Shades of Gurkha #9D9066
Tints of Gurkha #9D9066
RGB
CMYK
RGB Variations
Color information
#9D9066 (or 0x9D9066) is known color: Gurkha. HEX triplet: 9D, 90 and 66. RGB value is (157,144,102). Sum of RGB (Red+Green+Blue) = 157+144+102=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9066 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9066 is #626F99. Grayscale: #8F8F8F. Windows color (decimal): -6451098 or 6721693. OLE color: 6721693.
HSL color Cylindrical-coordinate representation of color #9D9066: hue angle of 45.82º 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 #9D9066 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 144 | 102 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.38 |
| HSL | 45.82º | 0.22% | 0.51% | - |
| HSV(B) | 45.82º | 0.35% | 0.62% | - |
| XYZ | 26.28 | 28.07 | 16.6 | - |
| YUV | 143.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 144 | 102 | 0 | 0.08 | 0.35 | 0.38 | 45.82 | 0.22 | 0.51 |
| Hex | 9D | 90 | 66 | 0 | 8 | 23 | 26 | 2E | 16 | 33 |
| Octal | 235 | 220 | 146 | 0 | 10 | 43 | 46 | 56 | 26 | 63 |
| Binary | 10011101 | 10010000 | 1100110 | 0 | 1000 | 100011 | 100110 | 101110 | 10110 | 110011 |
Color Harmonies of #9D9066
Complementary color
Monochromatic Colors of #9D9066
Black with #9D9066
Text Example
Text Example
White with #9D9066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9066; }
p { color: rgb(157,144,102); }
H1.HeaderClassName
{
color: #9D9066;
}
.AnyTagClassName
{
color: #9D9066;
}
</style>
background-color css
<style>
a { background-color: #9D9066; }
a { background-color: rgb(157,144,102); }
div.DivClassName
{
background-color: #9D9066;
}
.BgClassName
{
background-color: #9D9066;
}
</style>
border-color css
<style>
span { border-color: #9D9066; }
span { border-color: rgb(157,144,102); }
td.TdClassName
{
border-color: #9D9066;
}
.TagClassName
{
border-color: #9D9066;
}
</style>