Shades of Gurkha #998E6B
Tints of Gurkha #998E6B
RGB
CMYK
RGB Variations
Color information
#998E6B (or 0x998E6B) is known color: Gurkha. HEX triplet: 99, 8E and 6B. RGB value is (153,142,107). Sum of RGB (Red+Green+Blue) = 153+142+107=402 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.06% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 153 - color contains mainly: red. Hex color #998E6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E6B is #667194. Grayscale: #8D8D8D. Windows color (decimal): -6713749 or 7048857. OLE color: 7048857.
HSL color Cylindrical-coordinate representation of color #998E6B: hue angle of 45.65º 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 #998E6B is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 142 | 107 | - |
| CMYK | 0 | 0.07 | 0.30 | 0.4 |
| HSL | 45.65º | 0.18% | 0.51% | - |
| HSV(B) | 45.65º | 0.3% | 0.6% | - |
| XYZ | 25.46 | 27.18 | 17.81 | - |
| YUV | 141.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 107 | 0 | 0.07 | 0.30 | 0.4 | 45.65 | 0.18 | 0.51 |
| Hex | 99 | 8E | 6B | 0 | 7 | 1E | 28 | 2E | 12 | 33 |
| Octal | 231 | 216 | 153 | 0 | 7 | 36 | 50 | 56 | 22 | 63 |
| Binary | 10011001 | 10001110 | 1101011 | 0 | 111 | 11110 | 101000 | 101110 | 10010 | 110011 |
Color Harmonies of #998E6B
Complementary color
Monochromatic Colors of #998E6B
Black with #998E6B
Text Example
Text Example
White with #998E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998E6B; }
p { color: rgb(153,142,107); }
H1.HeaderClassName
{
color: #998E6B;
}
.AnyTagClassName
{
color: #998E6B;
}
</style>
background-color css
<style>
a { background-color: #998E6B; }
a { background-color: rgb(153,142,107); }
div.DivClassName
{
background-color: #998E6B;
}
.BgClassName
{
background-color: #998E6B;
}
</style>
border-color css
<style>
span { border-color: #998E6B; }
span { border-color: rgb(153,142,107); }
td.TdClassName
{
border-color: #998E6B;
}
.TagClassName
{
border-color: #998E6B;
}
</style>