Shades of Gurkha #9B9164
Tints of Gurkha #9B9164
RGB
CMYK
RGB Variations
Color information
#9B9164 (or 0x9B9164) is known color: Gurkha. HEX triplet: 9B, 91 and 64. RGB value is (155,145,100). Sum of RGB (Red+Green+Blue) = 155+145+100=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9164 is #646E9B. Grayscale: #8F8F8F. Windows color (decimal): -6581916 or 6590875. OLE color: 6590875.
HSL color Cylindrical-coordinate representation of color #9B9164: hue angle of 49.09º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B9164 is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 145 | 100 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.39 |
| HSL | 49.09º | 0.22% | 0.5% | - |
| HSV(B) | 49.09º | 0.35% | 0.61% | - |
| XYZ | 25.94 | 28.14 | 16.12 | - |
| YUV | 142.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 145 | 100 | 0 | 0.06 | 0.35 | 0.39 | 49.09 | 0.22 | 0.5 |
| Hex | 9B | 91 | 64 | 0 | 6 | 23 | 27 | 31 | 16 | 32 |
| Octal | 233 | 221 | 144 | 0 | 6 | 43 | 47 | 61 | 26 | 62 |
| Binary | 10011011 | 10010001 | 1100100 | 0 | 110 | 100011 | 100111 | 110001 | 10110 | 110010 |
Color Harmonies of #9B9164
Complementary color
Monochromatic Colors of #9B9164
Black with #9B9164
Text Example
Text Example
White with #9B9164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9164; }
p { color: rgb(155,145,100); }
H1.HeaderClassName
{
color: #9B9164;
}
.AnyTagClassName
{
color: #9B9164;
}
</style>
background-color css
<style>
a { background-color: #9B9164; }
a { background-color: rgb(155,145,100); }
div.DivClassName
{
background-color: #9B9164;
}
.BgClassName
{
background-color: #9B9164;
}
</style>
border-color css
<style>
span { border-color: #9B9164; }
span { border-color: rgb(155,145,100); }
td.TdClassName
{
border-color: #9B9164;
}
.TagClassName
{
border-color: #9B9164;
}
</style>