Shades of Gurkha #998C64
Tints of Gurkha #998C64
RGB
CMYK
RGB Variations
Color information
#998C64 (or 0x998C64) is known color: Gurkha. HEX triplet: 99, 8C and 64. RGB value is (153,140,100). Sum of RGB (Red+Green+Blue) = 153+140+100=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #998C64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C64 is #66739B. Grayscale: #8B8B8B. Windows color (decimal): -6714268 or 6589593. OLE color: 6589593.
HSL color Cylindrical-coordinate representation of color #998C64: hue angle of 45.28º 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 #998C64 is Cyan = 0, Magento = 0.08, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 100 | - |
| CMYK | 0 | 0.08 | 0.35 | 0.4 |
| HSL | 45.28º | 0.21% | 0.5% | - |
| HSV(B) | 45.28º | 0.35% | 0.6% | - |
| XYZ | 24.82 | 26.45 | 15.85 | - |
| YUV | 139.33 | 105.81 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 100 | 0 | 0.08 | 0.35 | 0.4 | 45.28 | 0.21 | 0.5 |
| Hex | 99 | 8C | 64 | 0 | 8 | 23 | 28 | 2D | 15 | 32 |
| Octal | 231 | 214 | 144 | 0 | 10 | 43 | 50 | 55 | 25 | 62 |
| Binary | 10011001 | 10001100 | 1100100 | 0 | 1000 | 100011 | 101000 | 101101 | 10101 | 110010 |
Color Harmonies of #998C64
Complementary color
Monochromatic Colors of #998C64
Black with #998C64
Text Example
Text Example
White with #998C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C64; }
p { color: rgb(153,140,100); }
H1.HeaderClassName
{
color: #998C64;
}
.AnyTagClassName
{
color: #998C64;
}
</style>
background-color css
<style>
a { background-color: #998C64; }
a { background-color: rgb(153,140,100); }
div.DivClassName
{
background-color: #998C64;
}
.BgClassName
{
background-color: #998C64;
}
</style>
border-color css
<style>
span { border-color: #998C64; }
span { border-color: rgb(153,140,100); }
td.TdClassName
{
border-color: #998C64;
}
.TagClassName
{
border-color: #998C64;
}
</style>