Shades of Gurkha #958D76
Tints of Gurkha #958D76
RGB
CMYK
RGB Variations
Color information
#958D76 (or 0x958D76) is known color: Gurkha. HEX triplet: 95, 8D and 76. RGB value is (149,141,118). Sum of RGB (Red+Green+Blue) = 149+141+118=408 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.52% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 118 (46.48% from 255 or 28.92% from 408); Max value from RGB is 149 - color contains mainly: red. Hex color #958D76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958D76 is #6A7289. Grayscale: #8C8C8C. Windows color (decimal): -6976138 or 7769493. OLE color: 7769493.
HSL color Cylindrical-coordinate representation of color #958D76: hue angle of 44.52º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #958D76 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 141 | 118 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.42 |
| HSL | 44.52º | 0.13% | 0.52% | - |
| HSV(B) | 44.52º | 0.21% | 0.58% | - |
| XYZ | 25.19 | 26.75 | 20.97 | - |
| YUV | 140.77 | 115.15 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 141 | 118 | 0 | 0.05 | 0.21 | 0.42 | 44.52 | 0.13 | 0.52 |
| Hex | 95 | 8D | 76 | 0 | 5 | 15 | 2A | 2D | D | 34 |
| Octal | 225 | 215 | 166 | 0 | 5 | 25 | 52 | 55 | 15 | 64 |
| Binary | 10010101 | 10001101 | 1110110 | 0 | 101 | 10101 | 101010 | 101101 | 1101 | 110100 |
Color Harmonies of #958D76
Complementary color
Monochromatic Colors of #958D76
Black with #958D76
Text Example
Text Example
White with #958D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958D76; }
p { color: rgb(149,141,118); }
H1.HeaderClassName
{
color: #958D76;
}
.AnyTagClassName
{
color: #958D76;
}
</style>
background-color css
<style>
a { background-color: #958D76; }
a { background-color: rgb(149,141,118); }
div.DivClassName
{
background-color: #958D76;
}
.BgClassName
{
background-color: #958D76;
}
</style>
border-color css
<style>
span { border-color: #958D76; }
span { border-color: rgb(149,141,118); }
td.TdClassName
{
border-color: #958D76;
}
.TagClassName
{
border-color: #958D76;
}
</style>