Shades of Gurkha #998D68
Tints of Gurkha #998D68
RGB
CMYK
RGB Variations
Color information
#998D68 (or 0x998D68) is known color: Gurkha. HEX triplet: 99, 8D and 68. RGB value is (153,141,104). Sum of RGB (Red+Green+Blue) = 153+141+104=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 153 - color contains mainly: red. Hex color #998D68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D68 is #667297. Grayscale: #8C8C8C. Windows color (decimal): -6714008 or 6851993. OLE color: 6851993.
HSL color Cylindrical-coordinate representation of color #998D68: hue angle of 45.31º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #998D68 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 104 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.4 |
| HSL | 45.31º | 0.19% | 0.5% | - |
| HSV(B) | 45.31º | 0.32% | 0.6% | - |
| XYZ | 25.16 | 26.82 | 16.95 | - |
| YUV | 140.37 | 107.48 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 104 | 0 | 0.08 | 0.32 | 0.4 | 45.31 | 0.19 | 0.5 |
| Hex | 99 | 8D | 68 | 0 | 8 | 20 | 28 | 2D | 13 | 32 |
| Octal | 231 | 215 | 150 | 0 | 10 | 40 | 50 | 55 | 23 | 62 |
| Binary | 10011001 | 10001101 | 1101000 | 0 | 1000 | 100000 | 101000 | 101101 | 10011 | 110010 |
Color Harmonies of #998D68
Complementary color
Monochromatic Colors of #998D68
Black with #998D68
Text Example
Text Example
White with #998D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D68; }
p { color: rgb(153,141,104); }
H1.HeaderClassName
{
color: #998D68;
}
.AnyTagClassName
{
color: #998D68;
}
</style>
background-color css
<style>
a { background-color: #998D68; }
a { background-color: rgb(153,141,104); }
div.DivClassName
{
background-color: #998D68;
}
.BgClassName
{
background-color: #998D68;
}
</style>
border-color css
<style>
span { border-color: #998D68; }
span { border-color: rgb(153,141,104); }
td.TdClassName
{
border-color: #998D68;
}
.TagClassName
{
border-color: #998D68;
}
</style>