Shades of Gurkha #958E71
Tints of Gurkha #958E71
RGB
CMYK
RGB Variations
Color information
#958E71 (or 0x958E71) is known color: Gurkha. HEX triplet: 95, 8E and 71. RGB value is (149,142,113). Sum of RGB (Red+Green+Blue) = 149+142+113=404 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.88% from 404); Green value is 142 (55.86% from 255 or 35.15% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 149 - color contains mainly: red. Hex color #958E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958E71 is #6A718E. Grayscale: #8C8C8C. Windows color (decimal): -6975887 or 7442069. OLE color: 7442069.
HSL color Cylindrical-coordinate representation of color #958E71: hue angle of 48.33º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #958E71 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 142 | 113 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.42 |
| HSL | 48.33º | 0.15% | 0.51% | - |
| HSV(B) | 48.33º | 0.24% | 0.58% | - |
| XYZ | 25.05 | 26.93 | 19.5 | - |
| YUV | 140.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 142 | 113 | 0 | 0.05 | 0.24 | 0.42 | 48.33 | 0.15 | 0.51 |
| Hex | 95 | 8E | 71 | 0 | 5 | 18 | 2A | 30 | F | 33 |
| Octal | 225 | 216 | 161 | 0 | 5 | 30 | 52 | 60 | 17 | 63 |
| Binary | 10010101 | 10001110 | 1110001 | 0 | 101 | 11000 | 101010 | 110000 | 1111 | 110011 |
Color Harmonies of #958E71
Complementary color
Monochromatic Colors of #958E71
Black with #958E71
Text Example
Text Example
White with #958E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958E71; }
p { color: rgb(149,142,113); }
H1.HeaderClassName
{
color: #958E71;
}
.AnyTagClassName
{
color: #958E71;
}
</style>
background-color css
<style>
a { background-color: #958E71; }
a { background-color: rgb(149,142,113); }
div.DivClassName
{
background-color: #958E71;
}
.BgClassName
{
background-color: #958E71;
}
</style>
border-color css
<style>
span { border-color: #958E71; }
span { border-color: rgb(149,142,113); }
td.TdClassName
{
border-color: #958E71;
}
.TagClassName
{
border-color: #958E71;
}
</style>