Shades of Gurkha #998B64
Tints of Gurkha #998B64
RGB
CMYK
RGB Variations
Color information
#998B64 (or 0x998B64) is known color: Gurkha. HEX triplet: 99, 8B and 64. RGB value is (153,139,100). Sum of RGB (Red+Green+Blue) = 153+139+100=392 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.03% from 392); Green value is 139 (54.69% from 255 or 35.46% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 153 - color contains mainly: red. Hex color #998B64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998B64 is #66749B. Grayscale: #8A8A8A. Windows color (decimal): -6714524 or 6589337. OLE color: 6589337.
HSL color Cylindrical-coordinate representation of color #998B64: hue angle of 44.15º 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 #998B64 is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 100 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.4 |
| HSL | 44.15º | 0.21% | 0.5% | - |
| HSV(B) | 44.15º | 0.35% | 0.6% | - |
| XYZ | 24.67 | 26.16 | 15.81 | - |
| YUV | 138.74 | 106.14 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 100 | 0 | 0.09 | 0.35 | 0.4 | 44.15 | 0.21 | 0.5 |
| Hex | 99 | 8B | 64 | 0 | 9 | 23 | 28 | 2C | 15 | 32 |
| Octal | 231 | 213 | 144 | 0 | 11 | 43 | 50 | 54 | 25 | 62 |
| Binary | 10011001 | 10001011 | 1100100 | 0 | 1001 | 100011 | 101000 | 101100 | 10101 | 110010 |
Color Harmonies of #998B64
Complementary color
Monochromatic Colors of #998B64
Black with #998B64
Text Example
Text Example
White with #998B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B64; }
p { color: rgb(153,139,100); }
H1.HeaderClassName
{
color: #998B64;
}
.AnyTagClassName
{
color: #998B64;
}
</style>
background-color css
<style>
a { background-color: #998B64; }
a { background-color: rgb(153,139,100); }
div.DivClassName
{
background-color: #998B64;
}
.BgClassName
{
background-color: #998B64;
}
</style>
border-color css
<style>
span { border-color: #998B64; }
span { border-color: rgb(153,139,100); }
td.TdClassName
{
border-color: #998B64;
}
.TagClassName
{
border-color: #998B64;
}
</style>