Shades of Gurkha #98916C
Tints of Gurkha #98916C
RGB
CMYK
RGB Variations
Color information
#98916C (or 0x98916C) is known color: Gurkha. HEX triplet: 98, 91 and 6C. RGB value is (152,145,108). Sum of RGB (Red+Green+Blue) = 152+145+108=405 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.53% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 152 - color contains mainly: red. Hex color #98916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98916C is #676E93. Grayscale: #8F8F8F. Windows color (decimal): -6778516 or 7115160. OLE color: 7115160.
HSL color Cylindrical-coordinate representation of color #98916C: hue angle of 50.45º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98916C is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 145 | 108 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.40 |
| HSL | 50.45º | 0.18% | 0.51% | - |
| HSV(B) | 50.45º | 0.29% | 0.6% | - |
| XYZ | 25.78 | 28.01 | 18.23 | - |
| YUV | 142.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 108 | 0 | 0.05 | 0.29 | 0.40 | 50.45 | 0.18 | 0.51 |
| Hex | 98 | 91 | 6C | 0 | 5 | 1D | 28 | 32 | 12 | 33 |
| Octal | 230 | 221 | 154 | 0 | 5 | 35 | 50 | 62 | 22 | 63 |
| Binary | 10011000 | 10010001 | 1101100 | 0 | 101 | 11101 | 101000 | 110010 | 10010 | 110011 |
Color Harmonies of #98916C
Complementary color
Monochromatic Colors of #98916C
Black with #98916C
Text Example
Text Example
White with #98916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98916C; }
p { color: rgb(152,145,108); }
H1.HeaderClassName
{
color: #98916C;
}
.AnyTagClassName
{
color: #98916C;
}
</style>
background-color css
<style>
a { background-color: #98916C; }
a { background-color: rgb(152,145,108); }
div.DivClassName
{
background-color: #98916C;
}
.BgClassName
{
background-color: #98916C;
}
</style>
border-color css
<style>
span { border-color: #98916C; }
span { border-color: rgb(152,145,108); }
td.TdClassName
{
border-color: #98916C;
}
.TagClassName
{
border-color: #98916C;
}
</style>