Shades of Gurkha #9F976E
Tints of Gurkha #9F976E
RGB
CMYK
RGB Variations
Color information
#9F976E (or 0x9F976E) is known color: Gurkha. HEX triplet: 9F, 97 and 6E. RGB value is (159,151,110). Sum of RGB (Red+Green+Blue) = 159+151+110=420 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.86% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 159 - color contains mainly: red. Hex color #9F976E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F976E is #606891. Grayscale: #949494. Windows color (decimal): -6318226 or 7247775. OLE color: 7247775.
HSL color Cylindrical-coordinate representation of color #9F976E: hue angle of 50.2º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F976E is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 151 | 110 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.38 |
| HSL | 50.2º | 0.2% | 0.53% | - |
| HSV(B) | 50.2º | 0.31% | 0.62% | - |
| XYZ | 28.18 | 30.63 | 19.18 | - |
| YUV | 148.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 151 | 110 | 0 | 0.05 | 0.31 | 0.38 | 50.2 | 0.2 | 0.53 |
| Hex | 9F | 97 | 6E | 0 | 5 | 1F | 26 | 32 | 14 | 35 |
| Octal | 237 | 227 | 156 | 0 | 5 | 37 | 46 | 62 | 24 | 65 |
| Binary | 10011111 | 10010111 | 1101110 | 0 | 101 | 11111 | 100110 | 110010 | 10100 | 110101 |
Color Harmonies of #9F976E
Complementary color
Monochromatic Colors of #9F976E
Black with #9F976E
Text Example
Text Example
White with #9F976E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F976E; }
p { color: rgb(159,151,110); }
H1.HeaderClassName
{
color: #9F976E;
}
.AnyTagClassName
{
color: #9F976E;
}
</style>
background-color css
<style>
a { background-color: #9F976E; }
a { background-color: rgb(159,151,110); }
div.DivClassName
{
background-color: #9F976E;
}
.BgClassName
{
background-color: #9F976E;
}
</style>
border-color css
<style>
span { border-color: #9F976E; }
span { border-color: rgb(159,151,110); }
td.TdClassName
{
border-color: #9F976E;
}
.TagClassName
{
border-color: #9F976E;
}
</style>