Shades of Gurkha #998C62
Tints of Gurkha #998C62
RGB
CMYK
RGB Variations
Color information
#998C62 (or 0x998C62) is known color: Gurkha. HEX triplet: 99, 8C and 62. RGB value is (153,140,98). Sum of RGB (Red+Green+Blue) = 153+140+98=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #998C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C62 is #66739D. Grayscale: #8B8B8B. Windows color (decimal): -6714270 or 6458521. OLE color: 6458521.
HSL color Cylindrical-coordinate representation of color #998C62: hue angle of 45.82º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #998C62 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 98 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.4 |
| HSL | 45.82º | 0.22% | 0.49% | - |
| HSV(B) | 45.82º | 0.36% | 0.6% | - |
| XYZ | 24.72 | 26.41 | 15.35 | - |
| YUV | 139.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 98 | 0 | 0.08 | 0.36 | 0.4 | 45.82 | 0.22 | 0.49 |
| Hex | 99 | 8C | 62 | 0 | 8 | 24 | 28 | 2E | 16 | 31 |
| Octal | 231 | 214 | 142 | 0 | 10 | 44 | 50 | 56 | 26 | 61 |
| Binary | 10011001 | 10001100 | 1100010 | 0 | 1000 | 100100 | 101000 | 101110 | 10110 | 110001 |
Color Harmonies of #998C62
Complementary color
Monochromatic Colors of #998C62
Black with #998C62
Text Example
Text Example
White with #998C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C62; }
p { color: rgb(153,140,98); }
H1.HeaderClassName
{
color: #998C62;
}
.AnyTagClassName
{
color: #998C62;
}
</style>
background-color css
<style>
a { background-color: #998C62; }
a { background-color: rgb(153,140,98); }
div.DivClassName
{
background-color: #998C62;
}
.BgClassName
{
background-color: #998C62;
}
</style>
border-color css
<style>
span { border-color: #998C62; }
span { border-color: rgb(153,140,98); }
td.TdClassName
{
border-color: #998C62;
}
.TagClassName
{
border-color: #998C62;
}
</style>