Shades of Gurkha #9D9265
Tints of Gurkha #9D9265
RGB
CMYK
RGB Variations
Color information
#9D9265 (or 0x9D9265) is known color: Gurkha. HEX triplet: 9D, 92 and 65. RGB value is (157,146,101). Sum of RGB (Red+Green+Blue) = 157+146+101=404 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.86% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9265 is #626D9A. Grayscale: #909090. Windows color (decimal): -6450587 or 6656669. OLE color: 6656669.
HSL color Cylindrical-coordinate representation of color #9D9265: hue angle of 48.21º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D9265 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 146 | 101 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.38 |
| HSL | 48.21º | 0.22% | 0.51% | - |
| HSV(B) | 48.21º | 0.36% | 0.62% | - |
| XYZ | 26.53 | 28.67 | 16.45 | - |
| YUV | 144.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 101 | 0 | 0.07 | 0.36 | 0.38 | 48.21 | 0.22 | 0.51 |
| Hex | 9D | 92 | 65 | 0 | 7 | 24 | 26 | 30 | 16 | 33 |
| Octal | 235 | 222 | 145 | 0 | 7 | 44 | 46 | 60 | 26 | 63 |
| Binary | 10011101 | 10010010 | 1100101 | 0 | 111 | 100100 | 100110 | 110000 | 10110 | 110011 |
Color Harmonies of #9D9265
Complementary color
Monochromatic Colors of #9D9265
Black with #9D9265
Text Example
Text Example
White with #9D9265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9265; }
p { color: rgb(157,146,101); }
H1.HeaderClassName
{
color: #9D9265;
}
.AnyTagClassName
{
color: #9D9265;
}
</style>
background-color css
<style>
a { background-color: #9D9265; }
a { background-color: rgb(157,146,101); }
div.DivClassName
{
background-color: #9D9265;
}
.BgClassName
{
background-color: #9D9265;
}
</style>
border-color css
<style>
span { border-color: #9D9265; }
span { border-color: rgb(157,146,101); }
td.TdClassName
{
border-color: #9D9265;
}
.TagClassName
{
border-color: #9D9265;
}
</style>