Shades of Gurkha #9D9467
Tints of Gurkha #9D9467
RGB
CMYK
RGB Variations
Color information
#9D9467 (or 0x9D9467) is known color: Gurkha. HEX triplet: 9D, 94 and 67. RGB value is (157,148,103). Sum of RGB (Red+Green+Blue) = 157+148+103=408 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.48% from 408); Green value is 148 (58.20% from 255 or 36.27% from 408); Blue value is 103 (40.62% from 255 or 25.25% from 408); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9467 is #626B98. Grayscale: #919191. Windows color (decimal): -6450073 or 6788253. OLE color: 6788253.
HSL color Cylindrical-coordinate representation of color #9D9467: hue angle of 50º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9D9467 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 148 | 103 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.38 |
| HSL | 50º | 0.22% | 0.51% | - |
| HSV(B) | 50º | 0.34% | 0.62% | - |
| XYZ | 26.94 | 29.33 | 17.07 | - |
| YUV | 145.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 148 | 103 | 0 | 0.06 | 0.34 | 0.38 | 50 | 0.22 | 0.51 |
| Hex | 9D | 94 | 67 | 0 | 6 | 22 | 26 | 32 | 16 | 33 |
| Octal | 235 | 224 | 147 | 0 | 6 | 42 | 46 | 62 | 26 | 63 |
| Binary | 10011101 | 10010100 | 1100111 | 0 | 110 | 100010 | 100110 | 110010 | 10110 | 110011 |
Color Harmonies of #9D9467
Complementary color
Monochromatic Colors of #9D9467
Black with #9D9467
Text Example
Text Example
White with #9D9467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9467; }
p { color: rgb(157,148,103); }
H1.HeaderClassName
{
color: #9D9467;
}
.AnyTagClassName
{
color: #9D9467;
}
</style>
background-color css
<style>
a { background-color: #9D9467; }
a { background-color: rgb(157,148,103); }
div.DivClassName
{
background-color: #9D9467;
}
.BgClassName
{
background-color: #9D9467;
}
</style>
border-color css
<style>
span { border-color: #9D9467; }
span { border-color: rgb(157,148,103); }
td.TdClassName
{
border-color: #9D9467;
}
.TagClassName
{
border-color: #9D9467;
}
</style>