Shades of Gurkha #9B9375
Tints of Gurkha #9B9375
RGB
CMYK
RGB Variations
Color information
#9B9375 (or 0x9B9375) is known color: Gurkha. HEX triplet: 9B, 93 and 75. RGB value is (155,147,117). Sum of RGB (Red+Green+Blue) = 155+147+117=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9375 is #646C8A. Grayscale: #929292. Windows color (decimal): -6581387 or 7705499. OLE color: 7705499.
HSL color Cylindrical-coordinate representation of color #9B9375: hue angle of 47.37º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B9375 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 147 | 117 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.39 |
| HSL | 47.37º | 0.16% | 0.53% | - |
| HSV(B) | 47.37º | 0.25% | 0.61% | - |
| XYZ | 27.16 | 29.12 | 21.02 | - |
| YUV | 145.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 147 | 117 | 0 | 0.05 | 0.25 | 0.39 | 47.37 | 0.16 | 0.53 |
| Hex | 9B | 93 | 75 | 0 | 5 | 19 | 27 | 2F | 10 | 35 |
| Octal | 233 | 223 | 165 | 0 | 5 | 31 | 47 | 57 | 20 | 65 |
| Binary | 10011011 | 10010011 | 1110101 | 0 | 101 | 11001 | 100111 | 101111 | 10000 | 110101 |
Color Harmonies of #9B9375
Complementary color
Monochromatic Colors of #9B9375
Black with #9B9375
Text Example
Text Example
White with #9B9375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9375; }
p { color: rgb(155,147,117); }
H1.HeaderClassName
{
color: #9B9375;
}
.AnyTagClassName
{
color: #9B9375;
}
</style>
background-color css
<style>
a { background-color: #9B9375; }
a { background-color: rgb(155,147,117); }
div.DivClassName
{
background-color: #9B9375;
}
.BgClassName
{
background-color: #9B9375;
}
</style>
border-color css
<style>
span { border-color: #9B9375; }
span { border-color: rgb(155,147,117); }
td.TdClassName
{
border-color: #9B9375;
}
.TagClassName
{
border-color: #9B9375;
}
</style>