Shades of Cactus #5E645D
Tints of Cactus #5E645D
RGB
CMYK
RGB Variations
Color information
#5E645D (or 0x5E645D) is known color: Cactus. HEX triplet: 5E, 64 and 5D. RGB value is (94,100,93). Sum of RGB (Red+Green+Blue) = 94+100+93=287 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.75% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 100 - color contains mainly: green. Hex color #5E645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E645D is #A19BA2. Grayscale: #616161. Windows color (decimal): -10591139 or 6120542. OLE color: 6120542.
HSL color Cylindrical-coordinate representation of color #5E645D: hue angle of 111.43º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5E645D is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 100 | 93 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.61 |
| HSL | 111.43º | 0.04% | 0.38% | - |
| HSV(B) | 111.43º | 0.07% | 0.39% | - |
| XYZ | 11.15 | 12.28 | 12.14 | - |
| YUV | 97.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 100 | 93 | 0.06 | 0 | 0.07 | 0.61 | 111.43 | 0.04 | 0.38 |
| Hex | 5E | 64 | 5D | 6 | 0 | 7 | 3D | 6F | 4 | 26 |
| Octal | 136 | 144 | 135 | 6 | 0 | 7 | 75 | 157 | 4 | 46 |
| Binary | 1011110 | 1100100 | 1011101 | 110 | 0 | 111 | 111101 | 1101111 | 100 | 100110 |
Color Harmonies of #5E645D
Complementary color
Monochromatic Colors of #5E645D
Black with #5E645D
Text Example
Text Example
White with #5E645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E645D; }
p { color: rgb(94,100,93); }
H1.HeaderClassName
{
color: #5E645D;
}
.AnyTagClassName
{
color: #5E645D;
}
</style>
background-color css
<style>
a { background-color: #5E645D; }
a { background-color: rgb(94,100,93); }
div.DivClassName
{
background-color: #5E645D;
}
.BgClassName
{
background-color: #5E645D;
}
</style>
border-color css
<style>
span { border-color: #5E645D; }
span { border-color: rgb(94,100,93); }
td.TdClassName
{
border-color: #5E645D;
}
.TagClassName
{
border-color: #5E645D;
}
</style>