Shades of Gurkha #998C65
Tints of Gurkha #998C65
RGB
CMYK
RGB Variations
Color information
#998C65 (or 0x998C65) is known color: Gurkha. HEX triplet: 99, 8C and 65. RGB value is (153,140,101). Sum of RGB (Red+Green+Blue) = 153+140+101=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #998C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C65 is #66739A. Grayscale: #8B8B8B. Windows color (decimal): -6714267 or 6655129. OLE color: 6655129.
HSL color Cylindrical-coordinate representation of color #998C65: hue angle of 45º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #998C65 is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 101 | - |
| CMYK | 0 | 0.08 | 0.34 | 0.4 |
| HSL | 45º | 0.2% | 0.5% | - |
| HSV(B) | 45º | 0.34% | 0.6% | - |
| XYZ | 24.86 | 26.47 | 16.11 | - |
| YUV | 139.44 | 106.31 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 101 | 0 | 0.08 | 0.34 | 0.4 | 45 | 0.2 | 0.5 |
| Hex | 99 | 8C | 65 | 0 | 8 | 22 | 28 | 2D | 14 | 32 |
| Octal | 231 | 214 | 145 | 0 | 10 | 42 | 50 | 55 | 24 | 62 |
| Binary | 10011001 | 10001100 | 1100101 | 0 | 1000 | 100010 | 101000 | 101101 | 10100 | 110010 |
Color Harmonies of #998C65
Complementary color
Monochromatic Colors of #998C65
Black with #998C65
Text Example
Text Example
White with #998C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C65; }
p { color: rgb(153,140,101); }
H1.HeaderClassName
{
color: #998C65;
}
.AnyTagClassName
{
color: #998C65;
}
</style>
background-color css
<style>
a { background-color: #998C65; }
a { background-color: rgb(153,140,101); }
div.DivClassName
{
background-color: #998C65;
}
.BgClassName
{
background-color: #998C65;
}
</style>
border-color css
<style>
span { border-color: #998C65; }
span { border-color: rgb(153,140,101); }
td.TdClassName
{
border-color: #998C65;
}
.TagClassName
{
border-color: #998C65;
}
</style>