Shades of Cactus #606B5C
Tints of Cactus #606B5C
RGB
CMYK
RGB Variations
Color information
#606B5C (or 0x606B5C) is known color: Cactus. HEX triplet: 60, 6B and 5C. RGB value is (96,107,92). Sum of RGB (Red+Green+Blue) = 96+107+92=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 107 (42.19% from 255 or 36.27% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 107 - color contains mainly: green. Hex color #606B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B5C is #9F94A3. Grayscale: #666666. Windows color (decimal): -10458276 or 6056800. OLE color: 6056800.
HSL color Cylindrical-coordinate representation of color #606B5C: hue angle of 104º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #606B5C is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 107 | 92 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.58 |
| HSL | 104º | 0.08% | 0.39% | - |
| HSV(B) | 104º | 0.14% | 0.42% | - |
| XYZ | 12.01 | 13.77 | 12.15 | - |
| YUV | 102 | 122.36 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 92 | 0.10 | 0 | 0.14 | 0.58 | 104 | 0.08 | 0.39 |
| Hex | 60 | 6B | 5C | A | 0 | E | 3A | 68 | 8 | 27 |
| Octal | 140 | 153 | 134 | 12 | 0 | 16 | 72 | 150 | 10 | 47 |
| Binary | 1100000 | 1101011 | 1011100 | 1010 | 0 | 1110 | 111010 | 1101000 | 1000 | 100111 |
Color Harmonies of #606B5C
Complementary color
Monochromatic Colors of #606B5C
Black with #606B5C
Text Example
Text Example
White with #606B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606B5C; }
p { color: rgb(96,107,92); }
H1.HeaderClassName
{
color: #606B5C;
}
.AnyTagClassName
{
color: #606B5C;
}
</style>
background-color css
<style>
a { background-color: #606B5C; }
a { background-color: rgb(96,107,92); }
div.DivClassName
{
background-color: #606B5C;
}
.BgClassName
{
background-color: #606B5C;
}
</style>
border-color css
<style>
span { border-color: #606B5C; }
span { border-color: rgb(96,107,92); }
td.TdClassName
{
border-color: #606B5C;
}
.TagClassName
{
border-color: #606B5C;
}
</style>