Shades of Gurkha #9D9166
Tints of Gurkha #9D9166
RGB
CMYK
RGB Variations
Color information
#9D9166 (or 0x9D9166) is known color: Gurkha. HEX triplet: 9D, 91 and 66. RGB value is (157,145,102). Sum of RGB (Red+Green+Blue) = 157+145+102=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9166 is #626E99. Grayscale: #8F8F8F. Windows color (decimal): -6450842 or 6721949. OLE color: 6721949.
HSL color Cylindrical-coordinate representation of color #9D9166: hue angle of 46.91º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9D9166 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 145 | 102 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.38 |
| HSL | 46.91º | 0.22% | 0.51% | - |
| HSV(B) | 46.91º | 0.35% | 0.62% | - |
| XYZ | 26.43 | 28.38 | 16.65 | - |
| YUV | 143.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 145 | 102 | 0 | 0.08 | 0.35 | 0.38 | 46.91 | 0.22 | 0.51 |
| Hex | 9D | 91 | 66 | 0 | 8 | 23 | 26 | 2F | 16 | 33 |
| Octal | 235 | 221 | 146 | 0 | 10 | 43 | 46 | 57 | 26 | 63 |
| Binary | 10011101 | 10010001 | 1100110 | 0 | 1000 | 100011 | 100110 | 101111 | 10110 | 110011 |
Color Harmonies of #9D9166
Complementary color
Monochromatic Colors of #9D9166
Black with #9D9166
Text Example
Text Example
White with #9D9166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9166; }
p { color: rgb(157,145,102); }
H1.HeaderClassName
{
color: #9D9166;
}
.AnyTagClassName
{
color: #9D9166;
}
</style>
background-color css
<style>
a { background-color: #9D9166; }
a { background-color: rgb(157,145,102); }
div.DivClassName
{
background-color: #9D9166;
}
.BgClassName
{
background-color: #9D9166;
}
</style>
border-color css
<style>
span { border-color: #9D9166; }
span { border-color: rgb(157,145,102); }
td.TdClassName
{
border-color: #9D9166;
}
.TagClassName
{
border-color: #9D9166;
}
</style>