Shades of Gurkha #958E79
Tints of Gurkha #958E79
RGB
CMYK
RGB Variations
Color information
#958E79 (or 0x958E79) is known color: Gurkha. HEX triplet: 95, 8E and 79. RGB value is (149,142,121). Sum of RGB (Red+Green+Blue) = 149+142+121=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 142 (55.86% from 255 or 34.47% from 412); Blue value is 121 (47.66% from 255 or 29.37% from 412); Max value from RGB is 149 - color contains mainly: red. Hex color #958E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E79 is #6A7186. Grayscale: #8D8D8D. Windows color (decimal): -6975879 or 7966357. OLE color: 7966357.
HSL color Cylindrical-coordinate representation of color #958E79: hue angle of 45º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #958E79 is Cyan = 0, Magento = 0.05, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 121 | - |
| CMYK | 0 | 0.05 | 0.19 | 0.42 |
| HSL | 45º | 0.12% | 0.53% | - |
| HSV(B) | 45º | 0.19% | 0.58% | - |
| XYZ | 25.52 | 27.12 | 21.98 | - |
| YUV | 141.7 | 116.32 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 121 | 0 | 0.05 | 0.19 | 0.42 | 45 | 0.12 | 0.53 |
| Hex | 95 | 8E | 79 | 0 | 5 | 13 | 2A | 2D | C | 35 |
| Octal | 225 | 216 | 171 | 0 | 5 | 23 | 52 | 55 | 14 | 65 |
| Binary | 10010101 | 10001110 | 1111001 | 0 | 101 | 10011 | 101010 | 101101 | 1100 | 110101 |
Color Harmonies of #958E79
Complementary color
Monochromatic Colors of #958E79
Black with #958E79
Text Example
Text Example
White with #958E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E79; }
p { color: rgb(149,142,121); }
H1.HeaderClassName
{
color: #958E79;
}
.AnyTagClassName
{
color: #958E79;
}
</style>
background-color css
<style>
a { background-color: #958E79; }
a { background-color: rgb(149,142,121); }
div.DivClassName
{
background-color: #958E79;
}
.BgClassName
{
background-color: #958E79;
}
</style>
border-color css
<style>
span { border-color: #958E79; }
span { border-color: rgb(149,142,121); }
td.TdClassName
{
border-color: #958E79;
}
.TagClassName
{
border-color: #958E79;
}
</style>