Shades of Cactus #606560
Tints of Cactus #606560
RGB
CMYK
RGB Variations
Color information
#606560 (or 0x606560) is known color: Cactus. HEX triplet: 60, 65 and 60. RGB value is (96,101,96). Sum of RGB (Red+Green+Blue) = 96+101+96=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 101 - color contains mainly: green. Hex color #606560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606560 is #9F9A9F. Grayscale: #626262. Windows color (decimal): -10459808 or 6317408. OLE color: 6317408.
HSL color Cylindrical-coordinate representation of color #606560: hue angle of 120º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #606560 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 101 | 96 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.60 |
| HSL | 120º | 0.03% | 0.39% | - |
| HSV(B) | 120º | 0.05% | 0.4% | - |
| XYZ | 11.59 | 12.64 | 12.9 | - |
| YUV | 98.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 96 | 0.05 | 0 | 0.05 | 0.60 | 120 | 0.03 | 0.39 |
| Hex | 60 | 65 | 60 | 5 | 0 | 5 | 3C | 78 | 3 | 27 |
| Octal | 140 | 145 | 140 | 5 | 0 | 5 | 74 | 170 | 3 | 47 |
| Binary | 1100000 | 1100101 | 1100000 | 101 | 0 | 101 | 111100 | 1111000 | 11 | 100111 |
Color Harmonies of #606560
Complementary color
Monochromatic Colors of #606560
Black with #606560
Text Example
Text Example
White with #606560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606560; }
p { color: rgb(96,101,96); }
H1.HeaderClassName
{
color: #606560;
}
.AnyTagClassName
{
color: #606560;
}
</style>
background-color css
<style>
a { background-color: #606560; }
a { background-color: rgb(96,101,96); }
div.DivClassName
{
background-color: #606560;
}
.BgClassName
{
background-color: #606560;
}
</style>
border-color css
<style>
span { border-color: #606560; }
span { border-color: rgb(96,101,96); }
td.TdClassName
{
border-color: #606560;
}
.TagClassName
{
border-color: #606560;
}
</style>