Shades of Gurkha #998E68
Tints of Gurkha #998E68
RGB
CMYK
RGB Variations
Color information
#998E68 (or 0x998E68) is known color: Gurkha. HEX triplet: 99, 8E and 68. RGB value is (153,142,104). Sum of RGB (Red+Green+Blue) = 153+142+104=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 142 (55.86% from 255 or 35.59% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #998E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E68 is #667197. Grayscale: #8D8D8D. Windows color (decimal): -6713752 or 6852249. OLE color: 6852249.
HSL color Cylindrical-coordinate representation of color #998E68: hue angle of 46.53º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #998E68 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 142 | 104 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.4 |
| HSL | 46.53º | 0.19% | 0.5% | - |
| HSV(B) | 46.53º | 0.32% | 0.6% | - |
| XYZ | 25.31 | 27.12 | 17 | - |
| YUV | 140.96 | 107.14 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 104 | 0 | 0.07 | 0.32 | 0.4 | 46.53 | 0.19 | 0.5 |
| Hex | 99 | 8E | 68 | 0 | 7 | 20 | 28 | 2F | 13 | 32 |
| Octal | 231 | 216 | 150 | 0 | 7 | 40 | 50 | 57 | 23 | 62 |
| Binary | 10011001 | 10001110 | 1101000 | 0 | 111 | 100000 | 101000 | 101111 | 10011 | 110010 |
Color Harmonies of #998E68
Complementary color
Monochromatic Colors of #998E68
Black with #998E68
Text Example
Text Example
White with #998E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998E68; }
p { color: rgb(153,142,104); }
H1.HeaderClassName
{
color: #998E68;
}
.AnyTagClassName
{
color: #998E68;
}
</style>
background-color css
<style>
a { background-color: #998E68; }
a { background-color: rgb(153,142,104); }
div.DivClassName
{
background-color: #998E68;
}
.BgClassName
{
background-color: #998E68;
}
</style>
border-color css
<style>
span { border-color: #998E68; }
span { border-color: rgb(153,142,104); }
td.TdClassName
{
border-color: #998E68;
}
.TagClassName
{
border-color: #998E68;
}
</style>