Shades of Gurkha #9B8C60
Tints of Gurkha #9B8C60
RGB
CMYK
RGB Variations
Color information
#9B8C60 (or 0x9B8C60) is known color: Gurkha. HEX triplet: 9B, 8C and 60. RGB value is (155,140,96). Sum of RGB (Red+Green+Blue) = 155+140+96=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8C60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8C60 is #64739F. Grayscale: #8B8B8B. Windows color (decimal): -6583200 or 6327451. OLE color: 6327451.
HSL color Cylindrical-coordinate representation of color #9B8C60: hue angle of 44.75º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B8C60 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 140 | 96 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.39 |
| HSL | 44.75º | 0.24% | 0.49% | - |
| HSV(B) | 44.75º | 0.38% | 0.61% | - |
| XYZ | 25.01 | 26.57 | 14.88 | - |
| YUV | 139.47 | 103.47 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 140 | 96 | 0 | 0.10 | 0.38 | 0.39 | 44.75 | 0.24 | 0.49 |
| Hex | 9B | 8C | 60 | 0 | A | 26 | 27 | 2D | 18 | 31 |
| Octal | 233 | 214 | 140 | 0 | 12 | 46 | 47 | 55 | 30 | 61 |
| Binary | 10011011 | 10001100 | 1100000 | 0 | 1010 | 100110 | 100111 | 101101 | 11000 | 110001 |
Color Harmonies of #9B8C60
Complementary color
Monochromatic Colors of #9B8C60
Black with #9B8C60
Text Example
Text Example
White with #9B8C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8C60; }
p { color: rgb(155,140,96); }
H1.HeaderClassName
{
color: #9B8C60;
}
.AnyTagClassName
{
color: #9B8C60;
}
</style>
background-color css
<style>
a { background-color: #9B8C60; }
a { background-color: rgb(155,140,96); }
div.DivClassName
{
background-color: #9B8C60;
}
.BgClassName
{
background-color: #9B8C60;
}
</style>
border-color css
<style>
span { border-color: #9B8C60; }
span { border-color: rgb(155,140,96); }
td.TdClassName
{
border-color: #9B8C60;
}
.TagClassName
{
border-color: #9B8C60;
}
</style>