Shades of Gurkha #9B8F6E
Tints of Gurkha #9B8F6E
RGB
CMYK
RGB Variations
Color information
#9B8F6E (or 0x9B8F6E) is known color: Gurkha. HEX triplet: 9B, 8F and 6E. RGB value is (155,143,110). Sum of RGB (Red+Green+Blue) = 155+143+110=408 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.99% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8F6E is #647091. Grayscale: #8E8E8E. Windows color (decimal): -6582418 or 7245723. OLE color: 7245723.
HSL color Cylindrical-coordinate representation of color #9B8F6E: hue angle of 44º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B8F6E is Cyan = 0, Magento = 0.08, Yellow = 0.29 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 143 | 110 | - |
| CMYK | 0 | 0.08 | 0.29 | 0.39 |
| HSL | 44º | 0.18% | 0.52% | - |
| HSV(B) | 44º | 0.29% | 0.61% | - |
| XYZ | 26.15 | 27.74 | 18.73 | - |
| YUV | 142.83 | 109.48 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 143 | 110 | 0 | 0.08 | 0.29 | 0.39 | 44 | 0.18 | 0.52 |
| Hex | 9B | 8F | 6E | 0 | 8 | 1D | 27 | 2C | 12 | 34 |
| Octal | 233 | 217 | 156 | 0 | 10 | 35 | 47 | 54 | 22 | 64 |
| Binary | 10011011 | 10001111 | 1101110 | 0 | 1000 | 11101 | 100111 | 101100 | 10010 | 110100 |
Color Harmonies of #9B8F6E
Complementary color
Monochromatic Colors of #9B8F6E
Black with #9B8F6E
Text Example
Text Example
White with #9B8F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8F6E; }
p { color: rgb(155,143,110); }
H1.HeaderClassName
{
color: #9B8F6E;
}
.AnyTagClassName
{
color: #9B8F6E;
}
</style>
background-color css
<style>
a { background-color: #9B8F6E; }
a { background-color: rgb(155,143,110); }
div.DivClassName
{
background-color: #9B8F6E;
}
.BgClassName
{
background-color: #9B8F6E;
}
</style>
border-color css
<style>
span { border-color: #9B8F6E; }
span { border-color: rgb(155,143,110); }
td.TdClassName
{
border-color: #9B8F6E;
}
.TagClassName
{
border-color: #9B8F6E;
}
</style>