Shades of Gurkha #9D9264
Tints of Gurkha #9D9264
RGB
CMYK
RGB Variations
Color information
#9D9264 (or 0x9D9264) is known color: Gurkha. HEX triplet: 9D, 92 and 64. RGB value is (157,146,100). Sum of RGB (Red+Green+Blue) = 157+146+100=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 146 (57.42% from 255 or 36.23% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9264 is #626D9B. Grayscale: #909090. Windows color (decimal): -6450588 or 6591133. OLE color: 6591133.
HSL color Cylindrical-coordinate representation of color #9D9264: hue angle of 48.42º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D9264 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 146 | 100 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.38 |
| HSL | 48.42º | 0.23% | 0.5% | - |
| HSV(B) | 48.42º | 0.36% | 0.62% | - |
| XYZ | 26.48 | 28.65 | 16.19 | - |
| YUV | 144.05 | 103.14 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 100 | 0 | 0.07 | 0.36 | 0.38 | 48.42 | 0.23 | 0.5 |
| Hex | 9D | 92 | 64 | 0 | 7 | 24 | 26 | 30 | 17 | 32 |
| Octal | 235 | 222 | 144 | 0 | 7 | 44 | 46 | 60 | 27 | 62 |
| Binary | 10011101 | 10010010 | 1100100 | 0 | 111 | 100100 | 100110 | 110000 | 10111 | 110010 |
Color Harmonies of #9D9264
Complementary color
Monochromatic Colors of #9D9264
Black with #9D9264
Text Example
Text Example
White with #9D9264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9264; }
p { color: rgb(157,146,100); }
H1.HeaderClassName
{
color: #9D9264;
}
.AnyTagClassName
{
color: #9D9264;
}
</style>
background-color css
<style>
a { background-color: #9D9264; }
a { background-color: rgb(157,146,100); }
div.DivClassName
{
background-color: #9D9264;
}
.BgClassName
{
background-color: #9D9264;
}
</style>
border-color css
<style>
span { border-color: #9D9264; }
span { border-color: rgb(157,146,100); }
td.TdClassName
{
border-color: #9D9264;
}
.TagClassName
{
border-color: #9D9264;
}
</style>