Shades of Cactus #5F655E
Tints of Cactus #5F655E
RGB
CMYK
RGB Variations
Color information
#5F655E (or 0x5F655E) is known color: Cactus. HEX triplet: 5F, 65 and 5E. RGB value is (95,101,94). Sum of RGB (Red+Green+Blue) = 95+101+94=290 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.76% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 101 - color contains mainly: green. Hex color #5F655E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F655E is #A09AA1. Grayscale: #626262. Windows color (decimal): -10525346 or 6186335. OLE color: 6186335.
HSL color Cylindrical-coordinate representation of color #5F655E: hue angle of 111.43º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5F655E is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 101 | 94 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.60 |
| HSL | 111.43º | 0.04% | 0.38% | - |
| HSV(B) | 111.43º | 0.07% | 0.4% | - |
| XYZ | 11.39 | 12.55 | 12.41 | - |
| YUV | 98.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 94 | 0.06 | 0 | 0.07 | 0.60 | 111.43 | 0.04 | 0.38 |
| Hex | 5F | 65 | 5E | 6 | 0 | 7 | 3C | 6F | 4 | 26 |
| Octal | 137 | 145 | 136 | 6 | 0 | 7 | 74 | 157 | 4 | 46 |
| Binary | 1011111 | 1100101 | 1011110 | 110 | 0 | 111 | 111100 | 1101111 | 100 | 100110 |
Color Harmonies of #5F655E
Complementary color
Monochromatic Colors of #5F655E
Black with #5F655E
Text Example
Text Example
White with #5F655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F655E; }
p { color: rgb(95,101,94); }
H1.HeaderClassName
{
color: #5F655E;
}
.AnyTagClassName
{
color: #5F655E;
}
</style>
background-color css
<style>
a { background-color: #5F655E; }
a { background-color: rgb(95,101,94); }
div.DivClassName
{
background-color: #5F655E;
}
.BgClassName
{
background-color: #5F655E;
}
</style>
border-color css
<style>
span { border-color: #5F655E; }
span { border-color: rgb(95,101,94); }
td.TdClassName
{
border-color: #5F655E;
}
.TagClassName
{
border-color: #5F655E;
}
</style>