Shades of Cactus #5E6E54
Tints of Cactus #5E6E54
RGB
CMYK
RGB Variations
Color information
#5E6E54 (or 0x5E6E54) is known color: Cactus. HEX triplet: 5E, 6E and 54. RGB value is (94,110,84). Sum of RGB (Red+Green+Blue) = 94+110+84=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 110 (43.36% from 255 or 38.19% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 110 - color contains mainly: green. Hex color #5E6E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E6E54 is #A191AB. Grayscale: #666666. Windows color (decimal): -10588588 or 5533278. OLE color: 5533278.
HSL color Cylindrical-coordinate representation of color #5E6E54: hue angle of 96.92º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #5E6E54 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 94 | 110 | 84 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.57 |
| HSL | 96.92º | 0.13% | 0.38% | - |
| HSV(B) | 96.92º | 0.24% | 0.43% | - |
| XYZ | 11.79 | 14.17 | 10.5 | - |
| YUV | 102.25 | 117.7 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 110 | 84 | 0.15 | 0 | 0.24 | 0.57 | 96.92 | 0.13 | 0.38 |
| Hex | 5E | 6E | 54 | F | 0 | 18 | 39 | 61 | D | 26 |
| Octal | 136 | 156 | 124 | 17 | 0 | 30 | 71 | 141 | 15 | 46 |
| Binary | 1011110 | 1101110 | 1010100 | 1111 | 0 | 11000 | 111001 | 1100001 | 1101 | 100110 |
Color Harmonies of #5E6E54
Complementary color
Monochromatic Colors of #5E6E54
Black with #5E6E54
Text Example
Text Example
White with #5E6E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6E54; }
p { color: rgb(94,110,84); }
H1.HeaderClassName
{
color: #5E6E54;
}
.AnyTagClassName
{
color: #5E6E54;
}
</style>
background-color css
<style>
a { background-color: #5E6E54; }
a { background-color: rgb(94,110,84); }
div.DivClassName
{
background-color: #5E6E54;
}
.BgClassName
{
background-color: #5E6E54;
}
</style>
border-color css
<style>
span { border-color: #5E6E54; }
span { border-color: rgb(94,110,84); }
td.TdClassName
{
border-color: #5E6E54;
}
.TagClassName
{
border-color: #5E6E54;
}
</style>