Shades of Gurkha #9D9367
Tints of Gurkha #9D9367
RGB
CMYK
RGB Variations
Color information
#9D9367 (or 0x9D9367) is known color: Gurkha. HEX triplet: 9D, 93 and 67. RGB value is (157,147,103). Sum of RGB (Red+Green+Blue) = 157+147+103=407 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.57% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9367 is #626C98. Grayscale: #919191. Windows color (decimal): -6450329 or 6787997. OLE color: 6787997.
HSL color Cylindrical-coordinate representation of color #9D9367: hue angle of 48.89º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D9367 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 147 | 103 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.38 |
| HSL | 48.89º | 0.22% | 0.51% | - |
| HSV(B) | 48.89º | 0.34% | 0.62% | - |
| XYZ | 26.79 | 29.01 | 17.02 | - |
| YUV | 144.97 | 104.31 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 147 | 103 | 0 | 0.06 | 0.34 | 0.38 | 48.89 | 0.22 | 0.51 |
| Hex | 9D | 93 | 67 | 0 | 6 | 22 | 26 | 31 | 16 | 33 |
| Octal | 235 | 223 | 147 | 0 | 6 | 42 | 46 | 61 | 26 | 63 |
| Binary | 10011101 | 10010011 | 1100111 | 0 | 110 | 100010 | 100110 | 110001 | 10110 | 110011 |
Color Harmonies of #9D9367
Complementary color
Monochromatic Colors of #9D9367
Black with #9D9367
Text Example
Text Example
White with #9D9367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9367; }
p { color: rgb(157,147,103); }
H1.HeaderClassName
{
color: #9D9367;
}
.AnyTagClassName
{
color: #9D9367;
}
</style>
background-color css
<style>
a { background-color: #9D9367; }
a { background-color: rgb(157,147,103); }
div.DivClassName
{
background-color: #9D9367;
}
.BgClassName
{
background-color: #9D9367;
}
</style>
border-color css
<style>
span { border-color: #9D9367; }
span { border-color: rgb(157,147,103); }
td.TdClassName
{
border-color: #9D9367;
}
.TagClassName
{
border-color: #9D9367;
}
</style>