Shades of Gurkha #9D936F
Tints of Gurkha #9D936F
RGB
CMYK
RGB Variations
Color information
#9D936F (or 0x9D936F) is known color: Gurkha. HEX triplet: 9D, 93 and 6F. RGB value is (157,147,111). Sum of RGB (Red+Green+Blue) = 157+147+111=415 (54% of max value = 765). Red value is 157 (61.72% from 255 or 37.83% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 111 (43.75% from 255 or 26.75% from 415); Max value from RGB is 157 - color contains mainly: red. Hex color #9D936F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D936F is #626C90. Grayscale: #929292. Windows color (decimal): -6450321 or 7312285. OLE color: 7312285.
HSL color Cylindrical-coordinate representation of color #9D936F: hue angle of 46.96º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9D936F is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 147 | 111 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.38 |
| HSL | 46.96º | 0.19% | 0.53% | - |
| HSV(B) | 46.96º | 0.29% | 0.62% | - |
| XYZ | 27.21 | 29.18 | 19.24 | - |
| YUV | 145.89 | 108.31 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 147 | 111 | 0 | 0.06 | 0.29 | 0.38 | 46.96 | 0.19 | 0.53 |
| Hex | 9D | 93 | 6F | 0 | 6 | 1D | 26 | 2F | 13 | 35 |
| Octal | 235 | 223 | 157 | 0 | 6 | 35 | 46 | 57 | 23 | 65 |
| Binary | 10011101 | 10010011 | 1101111 | 0 | 110 | 11101 | 100110 | 101111 | 10011 | 110101 |
Color Harmonies of #9D936F
Complementary color
Monochromatic Colors of #9D936F
Black with #9D936F
Text Example
Text Example
White with #9D936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D936F; }
p { color: rgb(157,147,111); }
H1.HeaderClassName
{
color: #9D936F;
}
.AnyTagClassName
{
color: #9D936F;
}
</style>
background-color css
<style>
a { background-color: #9D936F; }
a { background-color: rgb(157,147,111); }
div.DivClassName
{
background-color: #9D936F;
}
.BgClassName
{
background-color: #9D936F;
}
</style>
border-color css
<style>
span { border-color: #9D936F; }
span { border-color: rgb(157,147,111); }
td.TdClassName
{
border-color: #9D936F;
}
.TagClassName
{
border-color: #9D936F;
}
</style>