Shades of Cactus #60695C
Tints of Cactus #60695C
RGB
CMYK
RGB Variations
Color information
#60695C (or 0x60695C) is known color: Cactus. HEX triplet: 60, 69 and 5C. RGB value is (96,105,92). Sum of RGB (Red+Green+Blue) = 96+105+92=293 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.76% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 105 - color contains mainly: green. Hex color #60695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60695C is #9F96A3. Grayscale: #646464. Windows color (decimal): -10458788 or 6056288. OLE color: 6056288.
HSL color Cylindrical-coordinate representation of color #60695C: hue angle of 101.54º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #60695C is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 105 | 92 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.59 |
| HSL | 101.54º | 0.07% | 0.39% | - |
| HSV(B) | 101.54º | 0.12% | 0.41% | - |
| XYZ | 11.81 | 13.36 | 12.08 | - |
| YUV | 100.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 105 | 92 | 0.09 | 0 | 0.12 | 0.59 | 101.54 | 0.07 | 0.39 |
| Hex | 60 | 69 | 5C | 9 | 0 | C | 3B | 66 | 7 | 27 |
| Octal | 140 | 151 | 134 | 11 | 0 | 14 | 73 | 146 | 7 | 47 |
| Binary | 1100000 | 1101001 | 1011100 | 1001 | 0 | 1100 | 111011 | 1100110 | 111 | 100111 |
Color Harmonies of #60695C
Complementary color
Monochromatic Colors of #60695C
Black with #60695C
Text Example
Text Example
White with #60695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60695C; }
p { color: rgb(96,105,92); }
H1.HeaderClassName
{
color: #60695C;
}
.AnyTagClassName
{
color: #60695C;
}
</style>
background-color css
<style>
a { background-color: #60695C; }
a { background-color: rgb(96,105,92); }
div.DivClassName
{
background-color: #60695C;
}
.BgClassName
{
background-color: #60695C;
}
</style>
border-color css
<style>
span { border-color: #60695C; }
span { border-color: rgb(96,105,92); }
td.TdClassName
{
border-color: #60695C;
}
.TagClassName
{
border-color: #60695C;
}
</style>