Shades of Gurkha #9B8F64
Tints of Gurkha #9B8F64
RGB
CMYK
RGB Variations
Color information
#9B8F64 (or 0x9B8F64) is known color: Gurkha. HEX triplet: 9B, 8F and 64. RGB value is (155,143,100). Sum of RGB (Red+Green+Blue) = 155+143+100=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8F64 is #64709B. Grayscale: #8D8D8D. Windows color (decimal): -6582428 or 6590363. OLE color: 6590363.
HSL color Cylindrical-coordinate representation of color #9B8F64: hue angle of 46.91º 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 #9B8F64 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 143 | 100 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.39 |
| HSL | 46.91º | 0.22% | 0.5% | - |
| HSV(B) | 46.91º | 0.35% | 0.61% | - |
| XYZ | 25.64 | 27.53 | 16.02 | - |
| YUV | 141.69 | 104.48 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 100 | 0 | 0.08 | 0.35 | 0.39 | 46.91 | 0.22 | 0.5 |
| Hex | 9B | 8F | 64 | 0 | 8 | 23 | 27 | 2F | 16 | 32 |
| Octal | 233 | 217 | 144 | 0 | 10 | 43 | 47 | 57 | 26 | 62 |
| Binary | 10011011 | 10001111 | 1100100 | 0 | 1000 | 100011 | 100111 | 101111 | 10110 | 110010 |
Color Harmonies of #9B8F64
Complementary color
Monochromatic Colors of #9B8F64
Black with #9B8F64
Text Example
Text Example
White with #9B8F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8F64; }
p { color: rgb(155,143,100); }
H1.HeaderClassName
{
color: #9B8F64;
}
.AnyTagClassName
{
color: #9B8F64;
}
</style>
background-color css
<style>
a { background-color: #9B8F64; }
a { background-color: rgb(155,143,100); }
div.DivClassName
{
background-color: #9B8F64;
}
.BgClassName
{
background-color: #9B8F64;
}
</style>
border-color css
<style>
span { border-color: #9B8F64; }
span { border-color: rgb(155,143,100); }
td.TdClassName
{
border-color: #9B8F64;
}
.TagClassName
{
border-color: #9B8F64;
}
</style>