Shades of Gurkha #9F916A
Tints of Gurkha #9F916A
RGB
CMYK
RGB Variations
Color information
#9F916A (or 0x9F916A) is known color: Gurkha. HEX triplet: 9F, 91 and 6A. RGB value is (159,145,106). Sum of RGB (Red+Green+Blue) = 159+145+106=410 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.78% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 159 - color contains mainly: red. Hex color #9F916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F916A is #606E95. Grayscale: #909090. Windows color (decimal): -6319766 or 6984095. OLE color: 6984095.
HSL color Cylindrical-coordinate representation of color #9F916A: hue angle of 44.15º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F916A is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 145 | 106 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.38 |
| HSL | 44.15º | 0.22% | 0.52% | - |
| HSV(B) | 44.15º | 0.33% | 0.62% | - |
| XYZ | 27.03 | 28.66 | 17.74 | - |
| YUV | 144.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 106 | 0 | 0.09 | 0.33 | 0.38 | 44.15 | 0.22 | 0.52 |
| Hex | 9F | 91 | 6A | 0 | 9 | 21 | 26 | 2C | 16 | 34 |
| Octal | 237 | 221 | 152 | 0 | 11 | 41 | 46 | 54 | 26 | 64 |
| Binary | 10011111 | 10010001 | 1101010 | 0 | 1001 | 100001 | 100110 | 101100 | 10110 | 110100 |
Color Harmonies of #9F916A
Complementary color
Monochromatic Colors of #9F916A
Black with #9F916A
Text Example
Text Example
White with #9F916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F916A; }
p { color: rgb(159,145,106); }
H1.HeaderClassName
{
color: #9F916A;
}
.AnyTagClassName
{
color: #9F916A;
}
</style>
background-color css
<style>
a { background-color: #9F916A; }
a { background-color: rgb(159,145,106); }
div.DivClassName
{
background-color: #9F916A;
}
.BgClassName
{
background-color: #9F916A;
}
</style>
border-color css
<style>
span { border-color: #9F916A; }
span { border-color: rgb(159,145,106); }
td.TdClassName
{
border-color: #9F916A;
}
.TagClassName
{
border-color: #9F916A;
}
</style>