Shades of Gurkha #9F9867
Tints of Gurkha #9F9867
RGB
CMYK
RGB Variations
Color information
#9F9867 (or 0x9F9867) is known color: Gurkha. HEX triplet: 9F, 98 and 67. RGB value is (159,152,103). Sum of RGB (Red+Green+Blue) = 159+152+103=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 103 (40.62% from 255 or 24.88% from 414); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9867 is #606798. Grayscale: #949494. Windows color (decimal): -6317977 or 6789279. OLE color: 6789279.
HSL color Cylindrical-coordinate representation of color #9F9867: hue angle of 52.5º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F9867 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 152 | 103 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.38 |
| HSL | 52.5º | 0.23% | 0.51% | - |
| HSV(B) | 52.5º | 0.35% | 0.62% | - |
| XYZ | 27.97 | 30.81 | 17.3 | - |
| YUV | 148.51 | 102.32 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 152 | 103 | 0 | 0.04 | 0.35 | 0.38 | 52.5 | 0.23 | 0.51 |
| Hex | 9F | 98 | 67 | 0 | 4 | 23 | 26 | 34 | 17 | 33 |
| Octal | 237 | 230 | 147 | 0 | 4 | 43 | 46 | 64 | 27 | 63 |
| Binary | 10011111 | 10011000 | 1100111 | 0 | 100 | 100011 | 100110 | 110100 | 10111 | 110011 |
Color Harmonies of #9F9867
Complementary color
Monochromatic Colors of #9F9867
Black with #9F9867
Text Example
Text Example
White with #9F9867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9867; }
p { color: rgb(159,152,103); }
H1.HeaderClassName
{
color: #9F9867;
}
.AnyTagClassName
{
color: #9F9867;
}
</style>
background-color css
<style>
a { background-color: #9F9867; }
a { background-color: rgb(159,152,103); }
div.DivClassName
{
background-color: #9F9867;
}
.BgClassName
{
background-color: #9F9867;
}
</style>
border-color css
<style>
span { border-color: #9F9867; }
span { border-color: rgb(159,152,103); }
td.TdClassName
{
border-color: #9F9867;
}
.TagClassName
{
border-color: #9F9867;
}
</style>