Shades of Gurkha #958F76
Tints of Gurkha #958F76
RGB
CMYK
RGB Variations
Color information
#958F76 (or 0x958F76) is known color: Gurkha. HEX triplet: 95, 8F and 76. RGB value is (149,143,118). Sum of RGB (Red+Green+Blue) = 149+143+118=410 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.34% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 149 - color contains mainly: red. Hex color #958F76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958F76 is #6A7089. Grayscale: #8E8E8E. Windows color (decimal): -6975626 or 7770005. OLE color: 7770005.
HSL color Cylindrical-coordinate representation of color #958F76: hue angle of 48.39º 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 #958F76 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 143 | 118 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.42 |
| HSL | 48.39º | 0.13% | 0.52% | - |
| HSV(B) | 48.39º | 0.21% | 0.58% | - |
| XYZ | 25.49 | 27.34 | 21.07 | - |
| YUV | 141.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 143 | 118 | 0 | 0.04 | 0.21 | 0.42 | 48.39 | 0.13 | 0.52 |
| Hex | 95 | 8F | 76 | 0 | 4 | 15 | 2A | 30 | D | 34 |
| Octal | 225 | 217 | 166 | 0 | 4 | 25 | 52 | 60 | 15 | 64 |
| Binary | 10010101 | 10001111 | 1110110 | 0 | 100 | 10101 | 101010 | 110000 | 1101 | 110100 |
Color Harmonies of #958F76
Complementary color
Monochromatic Colors of #958F76
Black with #958F76
Text Example
Text Example
White with #958F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958F76; }
p { color: rgb(149,143,118); }
H1.HeaderClassName
{
color: #958F76;
}
.AnyTagClassName
{
color: #958F76;
}
</style>
background-color css
<style>
a { background-color: #958F76; }
a { background-color: rgb(149,143,118); }
div.DivClassName
{
background-color: #958F76;
}
.BgClassName
{
background-color: #958F76;
}
</style>
border-color css
<style>
span { border-color: #958F76; }
span { border-color: rgb(149,143,118); }
td.TdClassName
{
border-color: #958F76;
}
.TagClassName
{
border-color: #958F76;
}
</style>