Shades of Gurkha #9D9272
Tints of Gurkha #9D9272
RGB
CMYK
RGB Variations
Color information
#9D9272 (or 0x9D9272) is known color: Gurkha. HEX triplet: 9D, 92 and 72. RGB value is (157,146,114). Sum of RGB (Red+Green+Blue) = 157+146+114=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9272 is #626D8D. Grayscale: #919191. Windows color (decimal): -6450574 or 7508637. OLE color: 7508637.
HSL color Cylindrical-coordinate representation of color #9D9272: hue angle of 44.65º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9D9272 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 146 | 114 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.38 |
| HSL | 44.65º | 0.18% | 0.53% | - |
| HSV(B) | 44.65º | 0.27% | 0.62% | - |
| XYZ | 27.22 | 28.94 | 20.07 | - |
| YUV | 145.64 | 110.14 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 114 | 0 | 0.07 | 0.27 | 0.38 | 44.65 | 0.18 | 0.53 |
| Hex | 9D | 92 | 72 | 0 | 7 | 1B | 26 | 2D | 12 | 35 |
| Octal | 235 | 222 | 162 | 0 | 7 | 33 | 46 | 55 | 22 | 65 |
| Binary | 10011101 | 10010010 | 1110010 | 0 | 111 | 11011 | 100110 | 101101 | 10010 | 110101 |
Color Harmonies of #9D9272
Complementary color
Monochromatic Colors of #9D9272
Black with #9D9272
Text Example
Text Example
White with #9D9272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9272; }
p { color: rgb(157,146,114); }
H1.HeaderClassName
{
color: #9D9272;
}
.AnyTagClassName
{
color: #9D9272;
}
</style>
background-color css
<style>
a { background-color: #9D9272; }
a { background-color: rgb(157,146,114); }
div.DivClassName
{
background-color: #9D9272;
}
.BgClassName
{
background-color: #9D9272;
}
</style>
border-color css
<style>
span { border-color: #9D9272; }
span { border-color: rgb(157,146,114); }
td.TdClassName
{
border-color: #9D9272;
}
.TagClassName
{
border-color: #9D9272;
}
</style>