Shades of Gurkha #9D956B
Tints of Gurkha #9D956B
RGB
CMYK
RGB Variations
Color information
#9D956B (or 0x9D956B) is known color: Gurkha. HEX triplet: 9D, 95 and 6B. RGB value is (157,149,107). Sum of RGB (Red+Green+Blue) = 157+149+107=413 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.01% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 157 - color contains mainly: red. Hex color #9D956B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D956B is #626A94. Grayscale: #929292. Windows color (decimal): -6449813 or 7050653. OLE color: 7050653.
HSL color Cylindrical-coordinate representation of color #9D956B: hue angle of 50.4º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D956B is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 149 | 107 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.38 |
| HSL | 50.4º | 0.2% | 0.52% | - |
| HSV(B) | 50.4º | 0.32% | 0.62% | - |
| XYZ | 27.31 | 29.72 | 18.21 | - |
| YUV | 146.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 149 | 107 | 0 | 0.05 | 0.32 | 0.38 | 50.4 | 0.2 | 0.52 |
| Hex | 9D | 95 | 6B | 0 | 5 | 20 | 26 | 32 | 14 | 34 |
| Octal | 235 | 225 | 153 | 0 | 5 | 40 | 46 | 62 | 24 | 64 |
| Binary | 10011101 | 10010101 | 1101011 | 0 | 101 | 100000 | 100110 | 110010 | 10100 | 110100 |
Color Harmonies of #9D956B
Complementary color
Monochromatic Colors of #9D956B
Black with #9D956B
Text Example
Text Example
White with #9D956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D956B; }
p { color: rgb(157,149,107); }
H1.HeaderClassName
{
color: #9D956B;
}
.AnyTagClassName
{
color: #9D956B;
}
</style>
background-color css
<style>
a { background-color: #9D956B; }
a { background-color: rgb(157,149,107); }
div.DivClassName
{
background-color: #9D956B;
}
.BgClassName
{
background-color: #9D956B;
}
</style>
border-color css
<style>
span { border-color: #9D956B; }
span { border-color: rgb(157,149,107); }
td.TdClassName
{
border-color: #9D956B;
}
.TagClassName
{
border-color: #9D956B;
}
</style>