Shades of Gurkha #958E73
Tints of Gurkha #958E73
RGB
CMYK
RGB Variations
Color information
#958E73 (or 0x958E73) is known color: Gurkha. HEX triplet: 95, 8E and 73. RGB value is (149,142,115). Sum of RGB (Red+Green+Blue) = 149+142+115=406 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.70% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 115 (45.31% from 255 or 28.33% from 406); Max value from RGB is 149 - color contains mainly: red. Hex color #958E73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E73 is #6A718C. Grayscale: #8D8D8D. Windows color (decimal): -6975885 or 7573141. OLE color: 7573141.
HSL color Cylindrical-coordinate representation of color #958E73: hue angle of 47.65º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #958E73 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 115 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.42 |
| HSL | 47.65º | 0.14% | 0.52% | - |
| HSV(B) | 47.65º | 0.23% | 0.58% | - |
| XYZ | 25.16 | 26.97 | 20.1 | - |
| YUV | 141.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 115 | 0 | 0.05 | 0.23 | 0.42 | 47.65 | 0.14 | 0.52 |
| Hex | 95 | 8E | 73 | 0 | 5 | 17 | 2A | 30 | E | 34 |
| Octal | 225 | 216 | 163 | 0 | 5 | 27 | 52 | 60 | 16 | 64 |
| Binary | 10010101 | 10001110 | 1110011 | 0 | 101 | 10111 | 101010 | 110000 | 1110 | 110100 |
Color Harmonies of #958E73
Complementary color
Monochromatic Colors of #958E73
Black with #958E73
Text Example
Text Example
White with #958E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E73; }
p { color: rgb(149,142,115); }
H1.HeaderClassName
{
color: #958E73;
}
.AnyTagClassName
{
color: #958E73;
}
</style>
background-color css
<style>
a { background-color: #958E73; }
a { background-color: rgb(149,142,115); }
div.DivClassName
{
background-color: #958E73;
}
.BgClassName
{
background-color: #958E73;
}
</style>
border-color css
<style>
span { border-color: #958E73; }
span { border-color: rgb(149,142,115); }
td.TdClassName
{
border-color: #958E73;
}
.TagClassName
{
border-color: #958E73;
}
</style>