Shades of Gurkha #98915A
Tints of Gurkha #98915A
RGB
CMYK
RGB Variations
Color information
#98915A (or 0x98915A) is known color: Gurkha. HEX triplet: 98, 91 and 5A. RGB value is (152,145,90). Sum of RGB (Red+Green+Blue) = 152+145+90=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 90 (35.55% from 255 or 23.26% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #98915A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98915A is #676EA5. Grayscale: #8D8D8D. Windows color (decimal): -6778534 or 5935512. OLE color: 5935512.
HSL color Cylindrical-coordinate representation of color #98915A: hue angle of 53.23º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #98915A is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 145 | 90 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.40 |
| HSL | 53.23º | 0.26% | 0.47% | - |
| HSV(B) | 53.23º | 0.41% | 0.6% | - |
| XYZ | 24.92 | 27.66 | 13.7 | - |
| YUV | 140.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 90 | 0 | 0.05 | 0.41 | 0.40 | 53.23 | 0.26 | 0.47 |
| Hex | 98 | 91 | 5A | 0 | 5 | 29 | 28 | 35 | 1A | 2F |
| Octal | 230 | 221 | 132 | 0 | 5 | 51 | 50 | 65 | 32 | 57 |
| Binary | 10011000 | 10010001 | 1011010 | 0 | 101 | 101001 | 101000 | 110101 | 11010 | 101111 |
Color Harmonies of #98915A
Complementary color
Monochromatic Colors of #98915A
Black with #98915A
Text Example
Text Example
White with #98915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98915A; }
p { color: rgb(152,145,90); }
H1.HeaderClassName
{
color: #98915A;
}
.AnyTagClassName
{
color: #98915A;
}
</style>
background-color css
<style>
a { background-color: #98915A; }
a { background-color: rgb(152,145,90); }
div.DivClassName
{
background-color: #98915A;
}
.BgClassName
{
background-color: #98915A;
}
</style>
border-color css
<style>
span { border-color: #98915A; }
span { border-color: rgb(152,145,90); }
td.TdClassName
{
border-color: #98915A;
}
.TagClassName
{
border-color: #98915A;
}
</style>