Shades of Gurkha #9A9367
Tints of Gurkha #9A9367
RGB
CMYK
RGB Variations
Color information
#9A9367 (or 0x9A9367) is known color: Gurkha. HEX triplet: 9A, 93 and 67. RGB value is (154,147,103). Sum of RGB (Red+Green+Blue) = 154+147+103=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9367 is #656C98. Grayscale: #909090. Windows color (decimal): -6646937 or 6787994. OLE color: 6787994.
HSL color Cylindrical-coordinate representation of color #9A9367: hue angle of 51.76º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9A9367 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 147 | 103 | - |
| CMYK | 0 | 0.05 | 0.33 | 0.40 |
| HSL | 51.76º | 0.2% | 0.5% | - |
| HSV(B) | 51.76º | 0.33% | 0.6% | - |
| XYZ | 26.21 | 28.72 | 16.99 | - |
| YUV | 144.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 147 | 103 | 0 | 0.05 | 0.33 | 0.40 | 51.76 | 0.2 | 0.5 |
| Hex | 9A | 93 | 67 | 0 | 5 | 21 | 28 | 34 | 14 | 32 |
| Octal | 232 | 223 | 147 | 0 | 5 | 41 | 50 | 64 | 24 | 62 |
| Binary | 10011010 | 10010011 | 1100111 | 0 | 101 | 100001 | 101000 | 110100 | 10100 | 110010 |
Color Harmonies of #9A9367
Complementary color
Monochromatic Colors of #9A9367
Black with #9A9367
Text Example
Text Example
White with #9A9367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9367; }
p { color: rgb(154,147,103); }
H1.HeaderClassName
{
color: #9A9367;
}
.AnyTagClassName
{
color: #9A9367;
}
</style>
background-color css
<style>
a { background-color: #9A9367; }
a { background-color: rgb(154,147,103); }
div.DivClassName
{
background-color: #9A9367;
}
.BgClassName
{
background-color: #9A9367;
}
</style>
border-color css
<style>
span { border-color: #9A9367; }
span { border-color: rgb(154,147,103); }
td.TdClassName
{
border-color: #9A9367;
}
.TagClassName
{
border-color: #9A9367;
}
</style>