Shades of Gurkha #988F68
Tints of Gurkha #988F68
RGB
CMYK
RGB Variations
Color information
#988F68 (or 0x988F68) is known color: Gurkha. HEX triplet: 98, 8F and 68. RGB value is (152,143,104). Sum of RGB (Red+Green+Blue) = 152+143+104=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #988F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F68 is #677097. Grayscale: #8D8D8D. Windows color (decimal): -6779032 or 6852504. OLE color: 6852504.
HSL color Cylindrical-coordinate representation of color #988F68: hue angle of 48.75º 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 #988F68 is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 143 | 104 | - |
| CMYK | 0 | 0.06 | 0.32 | 0.40 |
| HSL | 48.75º | 0.19% | 0.5% | - |
| HSV(B) | 48.75º | 0.32% | 0.6% | - |
| XYZ | 25.27 | 27.32 | 17.04 | - |
| YUV | 141.25 | 106.98 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 104 | 0 | 0.06 | 0.32 | 0.40 | 48.75 | 0.19 | 0.5 |
| Hex | 98 | 8F | 68 | 0 | 6 | 20 | 28 | 31 | 13 | 32 |
| Octal | 230 | 217 | 150 | 0 | 6 | 40 | 50 | 61 | 23 | 62 |
| Binary | 10011000 | 10001111 | 1101000 | 0 | 110 | 100000 | 101000 | 110001 | 10011 | 110010 |
Color Harmonies of #988F68
Complementary color
Monochromatic Colors of #988F68
Black with #988F68
Text Example
Text Example
White with #988F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988F68; }
p { color: rgb(152,143,104); }
H1.HeaderClassName
{
color: #988F68;
}
.AnyTagClassName
{
color: #988F68;
}
</style>
background-color css
<style>
a { background-color: #988F68; }
a { background-color: rgb(152,143,104); }
div.DivClassName
{
background-color: #988F68;
}
.BgClassName
{
background-color: #988F68;
}
</style>
border-color css
<style>
span { border-color: #988F68; }
span { border-color: rgb(152,143,104); }
td.TdClassName
{
border-color: #988F68;
}
.TagClassName
{
border-color: #988F68;
}
</style>