Shades of Gurkha #98916A
Tints of Gurkha #98916A
RGB
CMYK
RGB Variations
Color information
#98916A (or 0x98916A) is known color: Gurkha. HEX triplet: 98, 91 and 6A. RGB value is (152,145,106). Sum of RGB (Red+Green+Blue) = 152+145+106=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #98916A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98916A is #676E95. Grayscale: #8E8E8E. Windows color (decimal): -6778518 or 6984088. OLE color: 6984088.
HSL color Cylindrical-coordinate representation of color #98916A: hue angle of 50.87º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #98916A is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 145 | 106 | - |
| CMYK | 0 | 0.05 | 0.30 | 0.40 |
| HSL | 50.87º | 0.18% | 0.51% | - |
| HSV(B) | 50.87º | 0.3% | 0.6% | - |
| XYZ | 25.68 | 27.97 | 17.68 | - |
| YUV | 142.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 106 | 0 | 0.05 | 0.30 | 0.40 | 50.87 | 0.18 | 0.51 |
| Hex | 98 | 91 | 6A | 0 | 5 | 1E | 28 | 33 | 12 | 33 |
| Octal | 230 | 221 | 152 | 0 | 5 | 36 | 50 | 63 | 22 | 63 |
| Binary | 10011000 | 10010001 | 1101010 | 0 | 101 | 11110 | 101000 | 110011 | 10010 | 110011 |
Color Harmonies of #98916A
Complementary color
Monochromatic Colors of #98916A
Black with #98916A
Text Example
Text Example
White with #98916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98916A; }
p { color: rgb(152,145,106); }
H1.HeaderClassName
{
color: #98916A;
}
.AnyTagClassName
{
color: #98916A;
}
</style>
background-color css
<style>
a { background-color: #98916A; }
a { background-color: rgb(152,145,106); }
div.DivClassName
{
background-color: #98916A;
}
.BgClassName
{
background-color: #98916A;
}
</style>
border-color css
<style>
span { border-color: #98916A; }
span { border-color: rgb(152,145,106); }
td.TdClassName
{
border-color: #98916A;
}
.TagClassName
{
border-color: #98916A;
}
</style>