Shades of Gurkha #98946E
Tints of Gurkha #98946E
RGB
CMYK
RGB Variations
Color information
#98946E (or 0x98946E) is known color: Gurkha. HEX triplet: 98, 94 and 6E. RGB value is (152,148,110). Sum of RGB (Red+Green+Blue) = 152+148+110=410 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.07% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 152 - color contains mainly: red. Hex color #98946E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98946E is #676B91. Grayscale: #919191. Windows color (decimal): -6777746 or 7247000. OLE color: 7247000.
HSL color Cylindrical-coordinate representation of color #98946E: hue angle of 54.29º 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 #98946E is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 148 | 110 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.40 |
| HSL | 54.29º | 0.17% | 0.51% | - |
| HSV(B) | 54.29º | 0.28% | 0.6% | - |
| XYZ | 26.35 | 28.98 | 18.96 | - |
| YUV | 144.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 148 | 110 | 0 | 0.03 | 0.28 | 0.40 | 54.29 | 0.17 | 0.51 |
| Hex | 98 | 94 | 6E | 0 | 3 | 1C | 28 | 36 | 11 | 33 |
| Octal | 230 | 224 | 156 | 0 | 3 | 34 | 50 | 66 | 21 | 63 |
| Binary | 10011000 | 10010100 | 1101110 | 0 | 11 | 11100 | 101000 | 110110 | 10001 | 110011 |
Color Harmonies of #98946E
Complementary color
Monochromatic Colors of #98946E
Black with #98946E
Text Example
Text Example
White with #98946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98946E; }
p { color: rgb(152,148,110); }
H1.HeaderClassName
{
color: #98946E;
}
.AnyTagClassName
{
color: #98946E;
}
</style>
background-color css
<style>
a { background-color: #98946E; }
a { background-color: rgb(152,148,110); }
div.DivClassName
{
background-color: #98946E;
}
.BgClassName
{
background-color: #98946E;
}
</style>
border-color css
<style>
span { border-color: #98946E; }
span { border-color: rgb(152,148,110); }
td.TdClassName
{
border-color: #98946E;
}
.TagClassName
{
border-color: #98946E;
}
</style>