Shades of Gurkha #9B9271
Tints of Gurkha #9B9271
RGB
CMYK
RGB Variations
Color information
#9B9271 (or 0x9B9271) is known color: Gurkha. HEX triplet: 9B, 92 and 71. RGB value is (155,146,113). Sum of RGB (Red+Green+Blue) = 155+146+113=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9271 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9271 is #646D8E. Grayscale: #919191. Windows color (decimal): -6581647 or 7443099. OLE color: 7443099.
HSL color Cylindrical-coordinate representation of color #9B9271: hue angle of 47.14º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B9271 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 146 | 113 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.39 |
| HSL | 47.14º | 0.17% | 0.53% | - |
| HSV(B) | 47.14º | 0.27% | 0.61% | - |
| XYZ | 26.78 | 28.72 | 19.75 | - |
| YUV | 144.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 146 | 113 | 0 | 0.06 | 0.27 | 0.39 | 47.14 | 0.17 | 0.53 |
| Hex | 9B | 92 | 71 | 0 | 6 | 1B | 27 | 2F | 11 | 35 |
| Octal | 233 | 222 | 161 | 0 | 6 | 33 | 47 | 57 | 21 | 65 |
| Binary | 10011011 | 10010010 | 1110001 | 0 | 110 | 11011 | 100111 | 101111 | 10001 | 110101 |
Color Harmonies of #9B9271
Complementary color
Monochromatic Colors of #9B9271
Black with #9B9271
Text Example
Text Example
White with #9B9271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9271; }
p { color: rgb(155,146,113); }
H1.HeaderClassName
{
color: #9B9271;
}
.AnyTagClassName
{
color: #9B9271;
}
</style>
background-color css
<style>
a { background-color: #9B9271; }
a { background-color: rgb(155,146,113); }
div.DivClassName
{
background-color: #9B9271;
}
.BgClassName
{
background-color: #9B9271;
}
</style>
border-color css
<style>
span { border-color: #9B9271; }
span { border-color: rgb(155,146,113); }
td.TdClassName
{
border-color: #9B9271;
}
.TagClassName
{
border-color: #9B9271;
}
</style>