Shades of Gurkha #9A9368
Tints of Gurkha #9A9368
RGB
CMYK
RGB Variations
Color information
#9A9368 (or 0x9A9368) is known color: Gurkha. HEX triplet: 9A, 93 and 68. RGB value is (154,147,104). Sum of RGB (Red+Green+Blue) = 154+147+104=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 104 (41.02% from 255 or 25.68% from 405); Max value from RGB is 154 - color contains mainly: red. Hex color #9A9368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9A9368 is #656C97. Grayscale: #909090. Windows color (decimal): -6646936 or 6853530. OLE color: 6853530.
HSL color Cylindrical-coordinate representation of color #9A9368: hue angle of 51.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A9368 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 147 | 104 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.40 |
| HSL | 51.6º | 0.2% | 0.51% | - |
| HSV(B) | 51.6º | 0.32% | 0.6% | - |
| XYZ | 26.26 | 28.74 | 17.26 | - |
| YUV | 144.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 147 | 104 | 0 | 0.05 | 0.32 | 0.40 | 51.6 | 0.2 | 0.51 |
| Hex | 9A | 93 | 68 | 0 | 5 | 20 | 28 | 34 | 14 | 33 |
| Octal | 232 | 223 | 150 | 0 | 5 | 40 | 50 | 64 | 24 | 63 |
| Binary | 10011010 | 10010011 | 1101000 | 0 | 101 | 100000 | 101000 | 110100 | 10100 | 110011 |
Color Harmonies of #9A9368
Complementary color
Monochromatic Colors of #9A9368
Black with #9A9368
Text Example
Text Example
White with #9A9368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A9368; }
p { color: rgb(154,147,104); }
H1.HeaderClassName
{
color: #9A9368;
}
.AnyTagClassName
{
color: #9A9368;
}
</style>
background-color css
<style>
a { background-color: #9A9368; }
a { background-color: rgb(154,147,104); }
div.DivClassName
{
background-color: #9A9368;
}
.BgClassName
{
background-color: #9A9368;
}
</style>
border-color css
<style>
span { border-color: #9A9368; }
span { border-color: rgb(154,147,104); }
td.TdClassName
{
border-color: #9A9368;
}
.TagClassName
{
border-color: #9A9368;
}
</style>