Shades of Cactus #5C695A
Tints of Cactus #5C695A
RGB
CMYK
RGB Variations
Color information
#5C695A (or 0x5C695A) is known color: Cactus. HEX triplet: 5C, 69 and 5A. RGB value is (92,105,90). Sum of RGB (Red+Green+Blue) = 92+105+90=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 105 - color contains mainly: green. Hex color #5C695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C695A is #A396A5. Grayscale: #636363. Windows color (decimal): -10720934 or 5925212. OLE color: 5925212.
HSL color Cylindrical-coordinate representation of color #5C695A: hue angle of 112º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5C695A is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 92 | 105 | 90 | - |
| CMYK | 0.12 | 0 | 0.14 | 0.59 |
| HSL | 112º | 0.08% | 0.38% | - |
| HSV(B) | 112º | 0.14% | 0.41% | - |
| XYZ | 11.31 | 13.12 | 11.61 | - |
| YUV | 99.4 | 122.69 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 105 | 90 | 0.12 | 0 | 0.14 | 0.59 | 112 | 0.08 | 0.38 |
| Hex | 5C | 69 | 5A | C | 0 | E | 3B | 70 | 8 | 26 |
| Octal | 134 | 151 | 132 | 14 | 0 | 16 | 73 | 160 | 10 | 46 |
| Binary | 1011100 | 1101001 | 1011010 | 1100 | 0 | 1110 | 111011 | 1110000 | 1000 | 100110 |
Color Harmonies of #5C695A
Complementary color
Monochromatic Colors of #5C695A
Black with #5C695A
Text Example
Text Example
White with #5C695A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C695A; }
p { color: rgb(92,105,90); }
H1.HeaderClassName
{
color: #5C695A;
}
.AnyTagClassName
{
color: #5C695A;
}
</style>
background-color css
<style>
a { background-color: #5C695A; }
a { background-color: rgb(92,105,90); }
div.DivClassName
{
background-color: #5C695A;
}
.BgClassName
{
background-color: #5C695A;
}
</style>
border-color css
<style>
span { border-color: #5C695A; }
span { border-color: rgb(92,105,90); }
td.TdClassName
{
border-color: #5C695A;
}
.TagClassName
{
border-color: #5C695A;
}
</style>