Shades of Gurkha #9B8E63
Tints of Gurkha #9B8E63
RGB
CMYK
RGB Variations
Color information
#9B8E63 (or 0x9B8E63) is known color: Gurkha. HEX triplet: 9B, 8E and 63. RGB value is (155,142,99). Sum of RGB (Red+Green+Blue) = 155+142+99=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 142 (55.86% from 255 or 35.86% from 396); Blue value is 99 (39.06% from 255 or 25% from 396); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8E63 is #64719C. Grayscale: #8D8D8D. Windows color (decimal): -6582685 or 6524571. OLE color: 6524571.
HSL color Cylindrical-coordinate representation of color #9B8E63: hue angle of 46.07º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B8E63 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 142 | 99 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.39 |
| HSL | 46.07º | 0.22% | 0.5% | - |
| HSV(B) | 46.07º | 0.36% | 0.61% | - |
| XYZ | 25.44 | 27.22 | 15.72 | - |
| YUV | 140.99 | 104.31 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 142 | 99 | 0 | 0.08 | 0.36 | 0.39 | 46.07 | 0.22 | 0.5 |
| Hex | 9B | 8E | 63 | 0 | 8 | 24 | 27 | 2E | 16 | 32 |
| Octal | 233 | 216 | 143 | 0 | 10 | 44 | 47 | 56 | 26 | 62 |
| Binary | 10011011 | 10001110 | 1100011 | 0 | 1000 | 100100 | 100111 | 101110 | 10110 | 110010 |
Color Harmonies of #9B8E63
Complementary color
Monochromatic Colors of #9B8E63
Black with #9B8E63
Text Example
Text Example
White with #9B8E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8E63; }
p { color: rgb(155,142,99); }
H1.HeaderClassName
{
color: #9B8E63;
}
.AnyTagClassName
{
color: #9B8E63;
}
</style>
background-color css
<style>
a { background-color: #9B8E63; }
a { background-color: rgb(155,142,99); }
div.DivClassName
{
background-color: #9B8E63;
}
.BgClassName
{
background-color: #9B8E63;
}
</style>
border-color css
<style>
span { border-color: #9B8E63; }
span { border-color: rgb(155,142,99); }
td.TdClassName
{
border-color: #9B8E63;
}
.TagClassName
{
border-color: #9B8E63;
}
</style>