Shades of Gurkha #9F9669
Tints of Gurkha #9F9669
RGB
CMYK
RGB Variations
Color information
#9F9669 (or 0x9F9669) is known color: Gurkha. HEX triplet: 9F, 96 and 69. RGB value is (159,150,105). Sum of RGB (Red+Green+Blue) = 159+150+105=414 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.41% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9669 is #606996. Grayscale: #939393. Windows color (decimal): -6318487 or 6919839. OLE color: 6919839.
HSL color Cylindrical-coordinate representation of color #9F9669: hue angle of 50º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F9669 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 150 | 105 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.38 |
| HSL | 50º | 0.22% | 0.52% | - |
| HSV(B) | 50º | 0.34% | 0.62% | - |
| XYZ | 27.75 | 30.2 | 17.73 | - |
| YUV | 147.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 105 | 0 | 0.06 | 0.34 | 0.38 | 50 | 0.22 | 0.52 |
| Hex | 9F | 96 | 69 | 0 | 6 | 22 | 26 | 32 | 16 | 34 |
| Octal | 237 | 226 | 151 | 0 | 6 | 42 | 46 | 62 | 26 | 64 |
| Binary | 10011111 | 10010110 | 1101001 | 0 | 110 | 100010 | 100110 | 110010 | 10110 | 110100 |
Color Harmonies of #9F9669
Complementary color
Monochromatic Colors of #9F9669
Black with #9F9669
Text Example
Text Example
White with #9F9669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9669; }
p { color: rgb(159,150,105); }
H1.HeaderClassName
{
color: #9F9669;
}
.AnyTagClassName
{
color: #9F9669;
}
</style>
background-color css
<style>
a { background-color: #9F9669; }
a { background-color: rgb(159,150,105); }
div.DivClassName
{
background-color: #9F9669;
}
.BgClassName
{
background-color: #9F9669;
}
</style>
border-color css
<style>
span { border-color: #9F9669; }
span { border-color: rgb(159,150,105); }
td.TdClassName
{
border-color: #9F9669;
}
.TagClassName
{
border-color: #9F9669;
}
</style>