Shades of Gurkha #9B9063
Tints of Gurkha #9B9063
RGB
CMYK
RGB Variations
Color information
#9B9063 (or 0x9B9063) is known color: Gurkha. HEX triplet: 9B, 90 and 63. RGB value is (155,144,99). Sum of RGB (Red+Green+Blue) = 155+144+99=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 99 (39.06% from 255 or 24.87% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9063 is #646F9C. Grayscale: #8E8E8E. Windows color (decimal): -6582173 or 6525083. OLE color: 6525083.
HSL color Cylindrical-coordinate representation of color #9B9063: hue angle of 48.21º 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 #9B9063 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 144 | 99 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.39 |
| HSL | 48.21º | 0.22% | 0.5% | - |
| HSV(B) | 48.21º | 0.36% | 0.61% | - |
| XYZ | 25.74 | 27.82 | 15.82 | - |
| YUV | 142.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 99 | 0 | 0.07 | 0.36 | 0.39 | 48.21 | 0.22 | 0.5 |
| Hex | 9B | 90 | 63 | 0 | 7 | 24 | 27 | 30 | 16 | 32 |
| Octal | 233 | 220 | 143 | 0 | 7 | 44 | 47 | 60 | 26 | 62 |
| Binary | 10011011 | 10010000 | 1100011 | 0 | 111 | 100100 | 100111 | 110000 | 10110 | 110010 |
Color Harmonies of #9B9063
Complementary color
Monochromatic Colors of #9B9063
Black with #9B9063
Text Example
Text Example
White with #9B9063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9063; }
p { color: rgb(155,144,99); }
H1.HeaderClassName
{
color: #9B9063;
}
.AnyTagClassName
{
color: #9B9063;
}
</style>
background-color css
<style>
a { background-color: #9B9063; }
a { background-color: rgb(155,144,99); }
div.DivClassName
{
background-color: #9B9063;
}
.BgClassName
{
background-color: #9B9063;
}
</style>
border-color css
<style>
span { border-color: #9B9063; }
span { border-color: rgb(155,144,99); }
td.TdClassName
{
border-color: #9B9063;
}
.TagClassName
{
border-color: #9B9063;
}
</style>