Shades of Gurkha #9B9065
Tints of Gurkha #9B9065
RGB
CMYK
RGB Variations
Color information
#9B9065 (or 0x9B9065) is known color: Gurkha. HEX triplet: 9B, 90 and 65. RGB value is (155,144,101). Sum of RGB (Red+Green+Blue) = 155+144+101=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9065 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9065 is #646F9A. Grayscale: #8E8E8E. Windows color (decimal): -6582171 or 6656155. OLE color: 6656155.
HSL color Cylindrical-coordinate representation of color #9B9065: hue angle of 47.78º degrees, saturation: 0.21, 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 #9B9065 is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 144 | 101 | - |
| CMYK | 0 | 0.07 | 0.35 | 0.39 |
| HSL | 47.78º | 0.21% | 0.5% | - |
| HSV(B) | 47.78º | 0.35% | 0.61% | - |
| XYZ | 25.84 | 27.85 | 16.33 | - |
| YUV | 142.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 101 | 0 | 0.07 | 0.35 | 0.39 | 47.78 | 0.21 | 0.5 |
| Hex | 9B | 90 | 65 | 0 | 7 | 23 | 27 | 30 | 15 | 32 |
| Octal | 233 | 220 | 145 | 0 | 7 | 43 | 47 | 60 | 25 | 62 |
| Binary | 10011011 | 10010000 | 1100101 | 0 | 111 | 100011 | 100111 | 110000 | 10101 | 110010 |
Color Harmonies of #9B9065
Complementary color
Monochromatic Colors of #9B9065
Black with #9B9065
Text Example
Text Example
White with #9B9065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9065; }
p { color: rgb(155,144,101); }
H1.HeaderClassName
{
color: #9B9065;
}
.AnyTagClassName
{
color: #9B9065;
}
</style>
background-color css
<style>
a { background-color: #9B9065; }
a { background-color: rgb(155,144,101); }
div.DivClassName
{
background-color: #9B9065;
}
.BgClassName
{
background-color: #9B9065;
}
</style>
border-color css
<style>
span { border-color: #9B9065; }
span { border-color: rgb(155,144,101); }
td.TdClassName
{
border-color: #9B9065;
}
.TagClassName
{
border-color: #9B9065;
}
</style>