Shades of Gurkha #998D5F
Tints of Gurkha #998D5F
RGB
CMYK
RGB Variations
Color information
#998D5F (or 0x998D5F) is known color: Gurkha. HEX triplet: 99, 8D and 5F. RGB value is (153,141,95). Sum of RGB (Red+Green+Blue) = 153+141+95=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 95 (37.5% from 255 or 24.42% from 389); Max value from RGB is 153 - color contains mainly: red. Hex color #998D5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D5F is #6672A0. Grayscale: #8B8B8B. Windows color (decimal): -6714017 or 6262169. OLE color: 6262169.
HSL color Cylindrical-coordinate representation of color #998D5F: hue angle of 47.59º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #998D5F is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 95 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.4 |
| HSL | 47.59º | 0.23% | 0.49% | - |
| HSV(B) | 47.59º | 0.38% | 0.6% | - |
| XYZ | 24.73 | 26.65 | 14.67 | - |
| YUV | 139.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 95 | 0 | 0.08 | 0.38 | 0.4 | 47.59 | 0.23 | 0.49 |
| Hex | 99 | 8D | 5F | 0 | 8 | 26 | 28 | 30 | 17 | 31 |
| Octal | 231 | 215 | 137 | 0 | 10 | 46 | 50 | 60 | 27 | 61 |
| Binary | 10011001 | 10001101 | 1011111 | 0 | 1000 | 100110 | 101000 | 110000 | 10111 | 110001 |
Color Harmonies of #998D5F
Complementary color
Monochromatic Colors of #998D5F
Black with #998D5F
Text Example
Text Example
White with #998D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D5F; }
p { color: rgb(153,141,95); }
H1.HeaderClassName
{
color: #998D5F;
}
.AnyTagClassName
{
color: #998D5F;
}
</style>
background-color css
<style>
a { background-color: #998D5F; }
a { background-color: rgb(153,141,95); }
div.DivClassName
{
background-color: #998D5F;
}
.BgClassName
{
background-color: #998D5F;
}
</style>
border-color css
<style>
span { border-color: #998D5F; }
span { border-color: rgb(153,141,95); }
td.TdClassName
{
border-color: #998D5F;
}
.TagClassName
{
border-color: #998D5F;
}
</style>