Shades of Gurkha #9F966D
Tints of Gurkha #9F966D
RGB
CMYK
RGB Variations
Color information
#9F966D (or 0x9F966D) is known color: Gurkha. HEX triplet: 9F, 96 and 6D. RGB value is (159,150,109). Sum of RGB (Red+Green+Blue) = 159+150+109=418 (55% of max value = 765). Red value is 159 (62.5% from 255 or 38.04% from 418); Green value is 150 (58.98% from 255 or 35.89% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 159 - color contains mainly: red. Hex color #9F966D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F966D is #606992. Grayscale: #949494. Windows color (decimal): -6318483 or 7181983. OLE color: 7181983.
HSL color Cylindrical-coordinate representation of color #9F966D: hue angle of 49.2º degrees, saturation: 0.21, 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 #9F966D is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 150 | 109 | - |
| CMYK | 0 | 0.06 | 0.31 | 0.38 |
| HSL | 49.2º | 0.21% | 0.53% | - |
| HSV(B) | 49.2º | 0.31% | 0.62% | - |
| XYZ | 27.96 | 30.29 | 18.84 | - |
| YUV | 148.02 | 105.98 | 135.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 109 | 0 | 0.06 | 0.31 | 0.38 | 49.2 | 0.21 | 0.53 |
| Hex | 9F | 96 | 6D | 0 | 6 | 1F | 26 | 31 | 15 | 35 |
| Octal | 237 | 226 | 155 | 0 | 6 | 37 | 46 | 61 | 25 | 65 |
| Binary | 10011111 | 10010110 | 1101101 | 0 | 110 | 11111 | 100110 | 110001 | 10101 | 110101 |
Color Harmonies of #9F966D
Complementary color
Monochromatic Colors of #9F966D
Black with #9F966D
Text Example
Text Example
White with #9F966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F966D; }
p { color: rgb(159,150,109); }
H1.HeaderClassName
{
color: #9F966D;
}
.AnyTagClassName
{
color: #9F966D;
}
</style>
background-color css
<style>
a { background-color: #9F966D; }
a { background-color: rgb(159,150,109); }
div.DivClassName
{
background-color: #9F966D;
}
.BgClassName
{
background-color: #9F966D;
}
</style>
border-color css
<style>
span { border-color: #9F966D; }
span { border-color: rgb(159,150,109); }
td.TdClassName
{
border-color: #9F966D;
}
.TagClassName
{
border-color: #9F966D;
}
</style>