Shades of Gurkha #998D64
Tints of Gurkha #998D64
RGB
CMYK
RGB Variations
Color information
#998D64 (or 0x998D64) is known color: Gurkha. HEX triplet: 99, 8D and 64. RGB value is (153,141,100). Sum of RGB (Red+Green+Blue) = 153+141+100=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #998D64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D64 is #66729B. Grayscale: #8C8C8C. Windows color (decimal): -6714012 or 6589849. OLE color: 6589849.
HSL color Cylindrical-coordinate representation of color #998D64: hue angle of 46.42º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #998D64 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 100 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.4 |
| HSL | 46.42º | 0.21% | 0.5% | - |
| HSV(B) | 46.42º | 0.35% | 0.6% | - |
| XYZ | 24.96 | 26.74 | 15.9 | - |
| YUV | 139.91 | 105.48 | 137.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 100 | 0 | 0.08 | 0.35 | 0.4 | 46.42 | 0.21 | 0.5 |
| Hex | 99 | 8D | 64 | 0 | 8 | 23 | 28 | 2E | 15 | 32 |
| Octal | 231 | 215 | 144 | 0 | 10 | 43 | 50 | 56 | 25 | 62 |
| Binary | 10011001 | 10001101 | 1100100 | 0 | 1000 | 100011 | 101000 | 101110 | 10101 | 110010 |
Color Harmonies of #998D64
Complementary color
Monochromatic Colors of #998D64
Black with #998D64
Text Example
Text Example
White with #998D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D64; }
p { color: rgb(153,141,100); }
H1.HeaderClassName
{
color: #998D64;
}
.AnyTagClassName
{
color: #998D64;
}
</style>
background-color css
<style>
a { background-color: #998D64; }
a { background-color: rgb(153,141,100); }
div.DivClassName
{
background-color: #998D64;
}
.BgClassName
{
background-color: #998D64;
}
</style>
border-color css
<style>
span { border-color: #998D64; }
span { border-color: rgb(153,141,100); }
td.TdClassName
{
border-color: #998D64;
}
.TagClassName
{
border-color: #998D64;
}
</style>