The Input "#666600" detected as "HEX".
| Color | ||
| websafe | Yes | |
| Hex | #666600 | |
| Hex (short) | #660 | |
| RGB | rgb(102,102,0) | |
| RGB in % | rgb(40%,40%,0%) | |
| CMY in % | C=60 M=60 Y=100 | |
| CMYK in % | C=0 M=0 Y=100 K=60 | |
| HSL | hsl(60,100%,20%) | |
| HSV | hsv(60,100%,40%) | |
| Rec. 601 luma | 90.372 | |
| Rec. 709 luma | 94.6356 | |
| Rec. 2020 luma | 95.9514 | |
| Grey scale (Rec. 601 luma) | #5a5a5a | |
| Grey scale (Rec. 709 luma) | #5f5f5f | |
| Grey scale (Rec. 2020 luma) | #606060 | |
| Complementary color | #9999ff | |
| Decimal | 6710784 | |
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