Shades of Cactus #606A5C
Tints of Cactus #606A5C
RGB
CMYK
RGB Variations
Color information
#606A5C (or 0x606A5C) is known color: Cactus. HEX triplet: 60, 6A and 5C. RGB value is (96,106,92). Sum of RGB (Red+Green+Blue) = 96+106+92=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 106 - color contains mainly: green. Hex color #606A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606A5C is #9F95A3. Grayscale: #656565. Windows color (decimal): -10458532 or 6056544. OLE color: 6056544.
HSL color Cylindrical-coordinate representation of color #606A5C: hue angle of 102.86º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #606A5C is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 106 | 92 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.58 |
| HSL | 102.86º | 0.07% | 0.39% | - |
| HSV(B) | 102.86º | 0.13% | 0.42% | - |
| XYZ | 11.91 | 13.57 | 12.12 | - |
| YUV | 101.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 92 | 0.09 | 0 | 0.13 | 0.58 | 102.86 | 0.07 | 0.39 |
| Hex | 60 | 6A | 5C | 9 | 0 | D | 3A | 67 | 7 | 27 |
| Octal | 140 | 152 | 134 | 11 | 0 | 15 | 72 | 147 | 7 | 47 |
| Binary | 1100000 | 1101010 | 1011100 | 1001 | 0 | 1101 | 111010 | 1100111 | 111 | 100111 |
Color Harmonies of #606A5C
Complementary color
Monochromatic Colors of #606A5C
Black with #606A5C
Text Example
Text Example
White with #606A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606A5C; }
p { color: rgb(96,106,92); }
H1.HeaderClassName
{
color: #606A5C;
}
.AnyTagClassName
{
color: #606A5C;
}
</style>
background-color css
<style>
a { background-color: #606A5C; }
a { background-color: rgb(96,106,92); }
div.DivClassName
{
background-color: #606A5C;
}
.BgClassName
{
background-color: #606A5C;
}
</style>
border-color css
<style>
span { border-color: #606A5C; }
span { border-color: rgb(96,106,92); }
td.TdClassName
{
border-color: #606A5C;
}
.TagClassName
{
border-color: #606A5C;
}
</style>