Shades of Gurkha #98916D
Tints of Gurkha #98916D
RGB
CMYK
RGB Variations
Color information
#98916D (or 0x98916D) is known color: Gurkha. HEX triplet: 98, 91 and 6D. RGB value is (152,145,109). Sum of RGB (Red+Green+Blue) = 152+145+109=406 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.44% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 109 (42.97% from 255 or 26.85% from 406); Max value from RGB is 152 - color contains mainly: red. Hex color #98916D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98916D is #676E92. Grayscale: #8F8F8F. Windows color (decimal): -6778515 or 7180696. OLE color: 7180696.
HSL color Cylindrical-coordinate representation of color #98916D: hue angle of 50.23º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98916D is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 145 | 109 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.40 |
| HSL | 50.23º | 0.17% | 0.51% | - |
| HSV(B) | 50.23º | 0.28% | 0.6% | - |
| XYZ | 25.83 | 28.03 | 18.52 | - |
| YUV | 142.99 | 108.82 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 109 | 0 | 0.05 | 0.28 | 0.40 | 50.23 | 0.17 | 0.51 |
| Hex | 98 | 91 | 6D | 0 | 5 | 1C | 28 | 32 | 11 | 33 |
| Octal | 230 | 221 | 155 | 0 | 5 | 34 | 50 | 62 | 21 | 63 |
| Binary | 10011000 | 10010001 | 1101101 | 0 | 101 | 11100 | 101000 | 110010 | 10001 | 110011 |
Color Harmonies of #98916D
Complementary color
Monochromatic Colors of #98916D
Black with #98916D
Text Example
Text Example
White with #98916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98916D; }
p { color: rgb(152,145,109); }
H1.HeaderClassName
{
color: #98916D;
}
.AnyTagClassName
{
color: #98916D;
}
</style>
background-color css
<style>
a { background-color: #98916D; }
a { background-color: rgb(152,145,109); }
div.DivClassName
{
background-color: #98916D;
}
.BgClassName
{
background-color: #98916D;
}
</style>
border-color css
<style>
span { border-color: #98916D; }
span { border-color: rgb(152,145,109); }
td.TdClassName
{
border-color: #98916D;
}
.TagClassName
{
border-color: #98916D;
}
</style>