Shades of Gurkha #988D6E
Tints of Gurkha #988D6E
RGB
CMYK
RGB Variations
Color information
#988D6E (or 0x988D6E) is known color: Gurkha. HEX triplet: 98, 8D and 6E. RGB value is (152,141,110). Sum of RGB (Red+Green+Blue) = 152+141+110=403 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.72% from 403); Green value is 141 (55.47% from 255 or 34.99% from 403); Blue value is 110 (43.36% from 255 or 27.30% from 403); Max value from RGB is 152 - color contains mainly: red. Hex color #988D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988D6E is #677291. Grayscale: #8C8C8C. Windows color (decimal): -6779538 or 7245208. OLE color: 7245208.
HSL color Cylindrical-coordinate representation of color #988D6E: hue angle of 44.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 #988D6E is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 141 | 110 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.40 |
| HSL | 44.29º | 0.17% | 0.51% | - |
| HSV(B) | 44.29º | 0.28% | 0.6% | - |
| XYZ | 25.29 | 26.85 | 18.6 | - |
| YUV | 140.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 141 | 110 | 0 | 0.07 | 0.28 | 0.40 | 44.29 | 0.17 | 0.51 |
| Hex | 98 | 8D | 6E | 0 | 7 | 1C | 28 | 2C | 11 | 33 |
| Octal | 230 | 215 | 156 | 0 | 7 | 34 | 50 | 54 | 21 | 63 |
| Binary | 10011000 | 10001101 | 1101110 | 0 | 111 | 11100 | 101000 | 101100 | 10001 | 110011 |
Color Harmonies of #988D6E
Complementary color
Monochromatic Colors of #988D6E
Black with #988D6E
Text Example
Text Example
White with #988D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988D6E; }
p { color: rgb(152,141,110); }
H1.HeaderClassName
{
color: #988D6E;
}
.AnyTagClassName
{
color: #988D6E;
}
</style>
background-color css
<style>
a { background-color: #988D6E; }
a { background-color: rgb(152,141,110); }
div.DivClassName
{
background-color: #988D6E;
}
.BgClassName
{
background-color: #988D6E;
}
</style>
border-color css
<style>
span { border-color: #988D6E; }
span { border-color: rgb(152,141,110); }
td.TdClassName
{
border-color: #988D6E;
}
.TagClassName
{
border-color: #988D6E;
}
</style>