Shades of Gurkha #9B9058
Tints of Gurkha #9B9058
RGB
CMYK
RGB Variations
Color information
#9B9058 (or 0x9B9058) is known color: Gurkha. HEX triplet: 9B, 90 and 58. RGB value is (155,144,88). Sum of RGB (Red+Green+Blue) = 155+144+88=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 88 (34.77% from 255 or 22.74% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B9058 is #646FA7. Grayscale: #8D8D8D. Windows color (decimal): -6582184 or 5804187. OLE color: 5804187.
HSL color Cylindrical-coordinate representation of color #9B9058: hue angle of 50.15º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B9058 is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 144 | 88 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.39 |
| HSL | 50.15º | 0.28% | 0.48% | - |
| HSV(B) | 50.15º | 0.43% | 0.61% | - |
| XYZ | 25.25 | 27.62 | 13.23 | - |
| YUV | 140.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 144 | 88 | 0 | 0.07 | 0.43 | 0.39 | 50.15 | 0.28 | 0.48 |
| Hex | 9B | 90 | 58 | 0 | 7 | 2B | 27 | 32 | 1C | 30 |
| Octal | 233 | 220 | 130 | 0 | 7 | 53 | 47 | 62 | 34 | 60 |
| Binary | 10011011 | 10010000 | 1011000 | 0 | 111 | 101011 | 100111 | 110010 | 11100 | 110000 |
Color Harmonies of #9B9058
Complementary color
Monochromatic Colors of #9B9058
Black with #9B9058
Text Example
Text Example
White with #9B9058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9058; }
p { color: rgb(155,144,88); }
H1.HeaderClassName
{
color: #9B9058;
}
.AnyTagClassName
{
color: #9B9058;
}
</style>
background-color css
<style>
a { background-color: #9B9058; }
a { background-color: rgb(155,144,88); }
div.DivClassName
{
background-color: #9B9058;
}
.BgClassName
{
background-color: #9B9058;
}
</style>
border-color css
<style>
span { border-color: #9B9058; }
span { border-color: rgb(155,144,88); }
td.TdClassName
{
border-color: #9B9058;
}
.TagClassName
{
border-color: #9B9058;
}
</style>