Shades of Gurkha #988F6B
Tints of Gurkha #988F6B
RGB
CMYK
RGB Variations
Color information
#988F6B (or 0x988F6B) is known color: Gurkha. HEX triplet: 98, 8F and 6B. RGB value is (152,143,107). Sum of RGB (Red+Green+Blue) = 152+143+107=402 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.81% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 152 - color contains mainly: red. Hex color #988F6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F6B is #677094. Grayscale: #8D8D8D. Windows color (decimal): -6779029 or 7049112. OLE color: 7049112.
HSL color Cylindrical-coordinate representation of color #988F6B: hue angle of 48º 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 #988F6B is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 143 | 107 | - |
| CMYK | 0 | 0.06 | 0.30 | 0.40 |
| HSL | 48º | 0.18% | 0.51% | - |
| HSV(B) | 48º | 0.3% | 0.6% | - |
| XYZ | 25.43 | 27.38 | 17.86 | - |
| YUV | 141.59 | 108.48 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 107 | 0 | 0.06 | 0.30 | 0.40 | 48 | 0.18 | 0.51 |
| Hex | 98 | 8F | 6B | 0 | 6 | 1E | 28 | 30 | 12 | 33 |
| Octal | 230 | 217 | 153 | 0 | 6 | 36 | 50 | 60 | 22 | 63 |
| Binary | 10011000 | 10001111 | 1101011 | 0 | 110 | 11110 | 101000 | 110000 | 10010 | 110011 |
Color Harmonies of #988F6B
Complementary color
Monochromatic Colors of #988F6B
Black with #988F6B
Text Example
Text Example
White with #988F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988F6B; }
p { color: rgb(152,143,107); }
H1.HeaderClassName
{
color: #988F6B;
}
.AnyTagClassName
{
color: #988F6B;
}
</style>
background-color css
<style>
a { background-color: #988F6B; }
a { background-color: rgb(152,143,107); }
div.DivClassName
{
background-color: #988F6B;
}
.BgClassName
{
background-color: #988F6B;
}
</style>
border-color css
<style>
span { border-color: #988F6B; }
span { border-color: rgb(152,143,107); }
td.TdClassName
{
border-color: #988F6B;
}
.TagClassName
{
border-color: #988F6B;
}
</style>