Shades of Gurkha #98915B
Tints of Gurkha #98915B
RGB
CMYK
RGB Variations
Color information
#98915B (or 0x98915B) is known color: Gurkha. HEX triplet: 98, 91 and 5B. RGB value is (152,145,91). Sum of RGB (Red+Green+Blue) = 152+145+91=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 91 (35.94% from 255 or 23.45% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #98915B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98915B is #676EA4. Grayscale: #8D8D8D. Windows color (decimal): -6778533 or 6001048. OLE color: 6001048.
HSL color Cylindrical-coordinate representation of color #98915B: hue angle of 53.11º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #98915B is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 145 | 91 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.40 |
| HSL | 53.11º | 0.25% | 0.48% | - |
| HSV(B) | 53.11º | 0.4% | 0.6% | - |
| XYZ | 24.96 | 27.68 | 13.92 | - |
| YUV | 140.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 91 | 0 | 0.05 | 0.40 | 0.40 | 53.11 | 0.25 | 0.48 |
| Hex | 98 | 91 | 5B | 0 | 5 | 28 | 28 | 35 | 19 | 30 |
| Octal | 230 | 221 | 133 | 0 | 5 | 50 | 50 | 65 | 31 | 60 |
| Binary | 10011000 | 10010001 | 1011011 | 0 | 101 | 101000 | 101000 | 110101 | 11001 | 110000 |
Color Harmonies of #98915B
Complementary color
Monochromatic Colors of #98915B
Black with #98915B
Text Example
Text Example
White with #98915B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98915B; }
p { color: rgb(152,145,91); }
H1.HeaderClassName
{
color: #98915B;
}
.AnyTagClassName
{
color: #98915B;
}
</style>
background-color css
<style>
a { background-color: #98915B; }
a { background-color: rgb(152,145,91); }
div.DivClassName
{
background-color: #98915B;
}
.BgClassName
{
background-color: #98915B;
}
</style>
border-color css
<style>
span { border-color: #98915B; }
span { border-color: rgb(152,145,91); }
td.TdClassName
{
border-color: #98915B;
}
.TagClassName
{
border-color: #98915B;
}
</style>