The Input "153,102,102" detected as "RGB".
| Color | ||
| websafe | Yes | |
| Hex | #996666 | |
| Hex (short) | #966 | |
| RGB | rgb(153,102,102) | |
| RGB in % | rgb(60%,40%,40%) | |
| CMY in % | C=40 M=60 Y=60 | |
| CMYK in % | C=0 M=33 Y=33 K=40 | |
| HSL | hsl(0,20%,50%) | |
| HSV | hsv(0,33%,60%) | |
| Rec. 601 luma | 117.249 | |
| Rec. 709 luma | 112.8426 | |
| Rec. 2020 luma | 115.3977 | |
| Grey scale (Rec. 601 luma) | #757575 | |
| Grey scale (Rec. 709 luma) | #717171 | |
| Grey scale (Rec. 2020 luma) | #737373 | |
| Complementary color | #669999 | |
| Decimal | 10053222 | |
The following inputs are converted automatically:
    X11 Color names
    example: DodgerBlue4
  
    #rrggbb; rrggbb; #rgb; rgb
    (HEX to RGB bzw. HEX2RGB)
    example: #4169E1
  
    rgb(r,g,b); r,g,b; rgb(r%,g%,b%); r%,g%,b%
    (RGB to HEX bzw. RGB2HEX)
    example: 106,90,205