Shades of Gurkha #9F946B
Tints of Gurkha #9F946B
RGB
CMYK
RGB Variations
Color information
#9F946B (or 0x9F946B) is known color: Gurkha. HEX triplet: 9F, 94 and 6B. RGB value is (159,148,107). Sum of RGB (Red+Green+Blue) = 159+148+107=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 107 (42.19% from 255 or 25.85% from 414); Max value from RGB is 159 - color contains mainly: red. Hex color #9F946B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F946B is #606B94. Grayscale: #929292. Windows color (decimal): -6318997 or 7050399. OLE color: 7050399.
HSL color Cylindrical-coordinate representation of color #9F946B: hue angle of 47.31º 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 #9F946B is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 107 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.38 |
| HSL | 47.31º | 0.21% | 0.52% | - |
| HSV(B) | 47.31º | 0.33% | 0.62% | - |
| XYZ | 27.54 | 29.61 | 18.17 | - |
| YUV | 146.62 | 105.64 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 107 | 0 | 0.07 | 0.33 | 0.38 | 47.31 | 0.21 | 0.52 |
| Hex | 9F | 94 | 6B | 0 | 7 | 21 | 26 | 2F | 15 | 34 |
| Octal | 237 | 224 | 153 | 0 | 7 | 41 | 46 | 57 | 25 | 64 |
| Binary | 10011111 | 10010100 | 1101011 | 0 | 111 | 100001 | 100110 | 101111 | 10101 | 110100 |
Color Harmonies of #9F946B
Complementary color
Monochromatic Colors of #9F946B
Black with #9F946B
Text Example
Text Example
White with #9F946B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F946B; }
p { color: rgb(159,148,107); }
H1.HeaderClassName
{
color: #9F946B;
}
.AnyTagClassName
{
color: #9F946B;
}
</style>
background-color css
<style>
a { background-color: #9F946B; }
a { background-color: rgb(159,148,107); }
div.DivClassName
{
background-color: #9F946B;
}
.BgClassName
{
background-color: #9F946B;
}
</style>
border-color css
<style>
span { border-color: #9F946B; }
span { border-color: rgb(159,148,107); }
td.TdClassName
{
border-color: #9F946B;
}
.TagClassName
{
border-color: #9F946B;
}
</style>