Shades of Gurkha #9D916A
Tints of Gurkha #9D916A
RGB
CMYK
RGB Variations
Color information
#9D916A (or 0x9D916A) is known color: Gurkha. HEX triplet: 9D, 91 and 6A. RGB value is (157,145,106). Sum of RGB (Red+Green+Blue) = 157+145+106=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 157 - color contains mainly: red. Hex color #9D916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D916A is #626E95. Grayscale: #909090. Windows color (decimal): -6450838 or 6984093. OLE color: 6984093.
HSL color Cylindrical-coordinate representation of color #9D916A: hue angle of 45.88º degrees, saturation: 0.21, 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 #9D916A is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 145 | 106 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.38 |
| HSL | 45.88º | 0.21% | 0.52% | - |
| HSV(B) | 45.88º | 0.32% | 0.62% | - |
| XYZ | 26.63 | 28.46 | 17.73 | - |
| YUV | 144.14 | 106.48 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 106 | 0 | 0.08 | 0.32 | 0.38 | 45.88 | 0.21 | 0.52 |
| Hex | 9D | 91 | 6A | 0 | 8 | 20 | 26 | 2E | 15 | 34 |
| Octal | 235 | 221 | 152 | 0 | 10 | 40 | 46 | 56 | 25 | 64 |
| Binary | 10011101 | 10010001 | 1101010 | 0 | 1000 | 100000 | 100110 | 101110 | 10101 | 110100 |
Color Harmonies of #9D916A
Complementary color
Monochromatic Colors of #9D916A
Black with #9D916A
Text Example
Text Example
White with #9D916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D916A; }
p { color: rgb(157,145,106); }
H1.HeaderClassName
{
color: #9D916A;
}
.AnyTagClassName
{
color: #9D916A;
}
</style>
background-color css
<style>
a { background-color: #9D916A; }
a { background-color: rgb(157,145,106); }
div.DivClassName
{
background-color: #9D916A;
}
.BgClassName
{
background-color: #9D916A;
}
</style>
border-color css
<style>
span { border-color: #9D916A; }
span { border-color: rgb(157,145,106); }
td.TdClassName
{
border-color: #9D916A;
}
.TagClassName
{
border-color: #9D916A;
}
</style>