Shades of Gurkha #9A946F
Tints of Gurkha #9A946F
RGB
CMYK
RGB Variations
Color information
#9A946F (or 0x9A946F) is known color: Gurkha. HEX triplet: 9A, 94 and 6F. RGB value is (154,148,111). Sum of RGB (Red+Green+Blue) = 154+148+111=413 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.29% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 154 - color contains mainly: red. Hex color #9A946F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A946F is #656B90. Grayscale: #919191. Windows color (decimal): -6646673 or 7312538. OLE color: 7312538.
HSL color Cylindrical-coordinate representation of color #9A946F: hue angle of 51.63º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9A946F is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 148 | 111 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.40 |
| HSL | 51.63º | 0.18% | 0.52% | - |
| HSV(B) | 51.63º | 0.28% | 0.6% | - |
| XYZ | 26.79 | 29.2 | 19.26 | - |
| YUV | 145.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 148 | 111 | 0 | 0.04 | 0.28 | 0.40 | 51.63 | 0.18 | 0.52 |
| Hex | 9A | 94 | 6F | 0 | 4 | 1C | 28 | 34 | 12 | 34 |
| Octal | 232 | 224 | 157 | 0 | 4 | 34 | 50 | 64 | 22 | 64 |
| Binary | 10011010 | 10010100 | 1101111 | 0 | 100 | 11100 | 101000 | 110100 | 10010 | 110100 |
Color Harmonies of #9A946F
Complementary color
Monochromatic Colors of #9A946F
Black with #9A946F
Text Example
Text Example
White with #9A946F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A946F; }
p { color: rgb(154,148,111); }
H1.HeaderClassName
{
color: #9A946F;
}
.AnyTagClassName
{
color: #9A946F;
}
</style>
background-color css
<style>
a { background-color: #9A946F; }
a { background-color: rgb(154,148,111); }
div.DivClassName
{
background-color: #9A946F;
}
.BgClassName
{
background-color: #9A946F;
}
</style>
border-color css
<style>
span { border-color: #9A946F; }
span { border-color: rgb(154,148,111); }
td.TdClassName
{
border-color: #9A946F;
}
.TagClassName
{
border-color: #9A946F;
}
</style>