Shades of Cactus #60655F
Tints of Cactus #60655F
RGB
CMYK
RGB Variations
Color information
#60655F (or 0x60655F) is known color: Cactus. HEX triplet: 60, 65 and 5F. RGB value is (96,101,95). Sum of RGB (Red+Green+Blue) = 96+101+95=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 101 - color contains mainly: green. Hex color #60655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60655F is #9F9AA0. Grayscale: #626262. Windows color (decimal): -10459809 or 6251872. OLE color: 6251872.
HSL color Cylindrical-coordinate representation of color #60655F: hue angle of 110º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #60655F is Cyan = 0.05, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 101 | 95 | - |
| CMYK | 0.05 | 0 | 0.06 | 0.60 |
| HSL | 110º | 0.03% | 0.38% | - |
| HSV(B) | 110º | 0.06% | 0.4% | - |
| XYZ | 11.54 | 12.62 | 12.65 | - |
| YUV | 98.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 95 | 0.05 | 0 | 0.06 | 0.60 | 110 | 0.03 | 0.38 |
| Hex | 60 | 65 | 5F | 5 | 0 | 6 | 3C | 6E | 3 | 26 |
| Octal | 140 | 145 | 137 | 5 | 0 | 6 | 74 | 156 | 3 | 46 |
| Binary | 1100000 | 1100101 | 1011111 | 101 | 0 | 110 | 111100 | 1101110 | 11 | 100110 |
Color Harmonies of #60655F
Complementary color
Monochromatic Colors of #60655F
Black with #60655F
Text Example
Text Example
White with #60655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60655F; }
p { color: rgb(96,101,95); }
H1.HeaderClassName
{
color: #60655F;
}
.AnyTagClassName
{
color: #60655F;
}
</style>
background-color css
<style>
a { background-color: #60655F; }
a { background-color: rgb(96,101,95); }
div.DivClassName
{
background-color: #60655F;
}
.BgClassName
{
background-color: #60655F;
}
</style>
border-color css
<style>
span { border-color: #60655F; }
span { border-color: rgb(96,101,95); }
td.TdClassName
{
border-color: #60655F;
}
.TagClassName
{
border-color: #60655F;
}
</style>