Shades of Gurkha #98915D
Tints of Gurkha #98915D
RGB
CMYK
RGB Variations
Color information
#98915D (or 0x98915D) is known color: Gurkha. HEX triplet: 98, 91 and 5D. RGB value is (152,145,93). Sum of RGB (Red+Green+Blue) = 152+145+93=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #98915D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98915D is #676EA2. Grayscale: #8D8D8D. Windows color (decimal): -6778531 or 6132120. OLE color: 6132120.
HSL color Cylindrical-coordinate representation of color #98915D: hue angle of 52.88º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #98915D is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 145 | 93 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.40 |
| HSL | 52.88º | 0.24% | 0.48% | - |
| HSV(B) | 52.88º | 0.39% | 0.6% | - |
| XYZ | 25.05 | 27.72 | 14.39 | - |
| YUV | 141.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 93 | 0 | 0.05 | 0.39 | 0.40 | 52.88 | 0.24 | 0.48 |
| Hex | 98 | 91 | 5D | 0 | 5 | 27 | 28 | 35 | 18 | 30 |
| Octal | 230 | 221 | 135 | 0 | 5 | 47 | 50 | 65 | 30 | 60 |
| Binary | 10011000 | 10010001 | 1011101 | 0 | 101 | 100111 | 101000 | 110101 | 11000 | 110000 |
Color Harmonies of #98915D
Complementary color
Monochromatic Colors of #98915D
Black with #98915D
Text Example
Text Example
White with #98915D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98915D; }
p { color: rgb(152,145,93); }
H1.HeaderClassName
{
color: #98915D;
}
.AnyTagClassName
{
color: #98915D;
}
</style>
background-color css
<style>
a { background-color: #98915D; }
a { background-color: rgb(152,145,93); }
div.DivClassName
{
background-color: #98915D;
}
.BgClassName
{
background-color: #98915D;
}
</style>
border-color css
<style>
span { border-color: #98915D; }
span { border-color: rgb(152,145,93); }
td.TdClassName
{
border-color: #98915D;
}
.TagClassName
{
border-color: #98915D;
}
</style>