Shades of Gurkha #998E6A
Tints of Gurkha #998E6A
RGB
CMYK
RGB Variations
Color information
#998E6A (or 0x998E6A) is known color: Gurkha. HEX triplet: 99, 8E and 6A. RGB value is (153,142,106). Sum of RGB (Red+Green+Blue) = 153+142+106=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 153 - color contains mainly: red. Hex color #998E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998E6A is #667195. Grayscale: #8D8D8D. Windows color (decimal): -6713750 or 6983321. OLE color: 6983321.
HSL color Cylindrical-coordinate representation of color #998E6A: hue angle of 45.96º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #998E6A is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 142 | 106 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.4 |
| HSL | 45.96º | 0.19% | 0.51% | - |
| HSV(B) | 45.96º | 0.31% | 0.6% | - |
| XYZ | 25.41 | 27.16 | 17.54 | - |
| YUV | 141.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 142 | 106 | 0 | 0.07 | 0.31 | 0.4 | 45.96 | 0.19 | 0.51 |
| Hex | 99 | 8E | 6A | 0 | 7 | 1F | 28 | 2E | 13 | 33 |
| Octal | 231 | 216 | 152 | 0 | 7 | 37 | 50 | 56 | 23 | 63 |
| Binary | 10011001 | 10001110 | 1101010 | 0 | 111 | 11111 | 101000 | 101110 | 10011 | 110011 |
Color Harmonies of #998E6A
Complementary color
Monochromatic Colors of #998E6A
Black with #998E6A
Text Example
Text Example
White with #998E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998E6A; }
p { color: rgb(153,142,106); }
H1.HeaderClassName
{
color: #998E6A;
}
.AnyTagClassName
{
color: #998E6A;
}
</style>
background-color css
<style>
a { background-color: #998E6A; }
a { background-color: rgb(153,142,106); }
div.DivClassName
{
background-color: #998E6A;
}
.BgClassName
{
background-color: #998E6A;
}
</style>
border-color css
<style>
span { border-color: #998E6A; }
span { border-color: rgb(153,142,106); }
td.TdClassName
{
border-color: #998E6A;
}
.TagClassName
{
border-color: #998E6A;
}
</style>