Shades of Gurkha #9F936B
Tints of Gurkha #9F936B
RGB
CMYK
RGB Variations
Color information
#9F936B (or 0x9F936B) is known color: Gurkha. HEX triplet: 9F, 93 and 6B. RGB value is (159,147,107). Sum of RGB (Red+Green+Blue) = 159+147+107=413 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.50% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 159 - color contains mainly: red. Hex color #9F936B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F936B is #606C94. Grayscale: #929292. Windows color (decimal): -6319253 or 7050143. OLE color: 7050143.
HSL color Cylindrical-coordinate representation of color #9F936B: hue angle of 46.15º degrees, saturation: 0.21, 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 #9F936B is Cyan = 0, Magento = 0.08, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 147 | 107 | - |
| CMYK | 0 | 0.08 | 0.33 | 0.38 |
| HSL | 46.15º | 0.21% | 0.52% | - |
| HSV(B) | 46.15º | 0.33% | 0.62% | - |
| XYZ | 27.39 | 29.3 | 18.12 | - |
| YUV | 146.03 | 105.98 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 147 | 107 | 0 | 0.08 | 0.33 | 0.38 | 46.15 | 0.21 | 0.52 |
| Hex | 9F | 93 | 6B | 0 | 8 | 21 | 26 | 2E | 15 | 34 |
| Octal | 237 | 223 | 153 | 0 | 10 | 41 | 46 | 56 | 25 | 64 |
| Binary | 10011111 | 10010011 | 1101011 | 0 | 1000 | 100001 | 100110 | 101110 | 10101 | 110100 |
Color Harmonies of #9F936B
Complementary color
Monochromatic Colors of #9F936B
Black with #9F936B
Text Example
Text Example
White with #9F936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F936B; }
p { color: rgb(159,147,107); }
H1.HeaderClassName
{
color: #9F936B;
}
.AnyTagClassName
{
color: #9F936B;
}
</style>
background-color css
<style>
a { background-color: #9F936B; }
a { background-color: rgb(159,147,107); }
div.DivClassName
{
background-color: #9F936B;
}
.BgClassName
{
background-color: #9F936B;
}
</style>
border-color css
<style>
span { border-color: #9F936B; }
span { border-color: rgb(159,147,107); }
td.TdClassName
{
border-color: #9F936B;
}
.TagClassName
{
border-color: #9F936B;
}
</style>