Shades of Gurkha #998F73
Tints of Gurkha #998F73
RGB
CMYK
RGB Variations
Color information
#998F73 (or 0x998F73) is known color: Gurkha. HEX triplet: 99, 8F and 73. RGB value is (153,143,115). Sum of RGB (Red+Green+Blue) = 153+143+115=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 115 (45.31% from 255 or 27.98% from 411); Max value from RGB is 153 - color contains mainly: red. Hex color #998F73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F73 is #66708C. Grayscale: #8E8E8E. Windows color (decimal): -6713485 or 7573401. OLE color: 7573401.
HSL color Cylindrical-coordinate representation of color #998F73: hue angle of 44.21º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #998F73 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 115 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.4 |
| HSL | 44.21º | 0.16% | 0.53% | - |
| HSV(B) | 44.21º | 0.25% | 0.6% | - |
| XYZ | 26.05 | 27.66 | 20.18 | - |
| YUV | 142.8 | 112.31 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 115 | 0 | 0.07 | 0.25 | 0.4 | 44.21 | 0.16 | 0.53 |
| Hex | 99 | 8F | 73 | 0 | 7 | 19 | 28 | 2C | 10 | 35 |
| Octal | 231 | 217 | 163 | 0 | 7 | 31 | 50 | 54 | 20 | 65 |
| Binary | 10011001 | 10001111 | 1110011 | 0 | 111 | 11001 | 101000 | 101100 | 10000 | 110101 |
Color Harmonies of #998F73
Complementary color
Monochromatic Colors of #998F73
Black with #998F73
Text Example
Text Example
White with #998F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F73; }
p { color: rgb(153,143,115); }
H1.HeaderClassName
{
color: #998F73;
}
.AnyTagClassName
{
color: #998F73;
}
</style>
background-color css
<style>
a { background-color: #998F73; }
a { background-color: rgb(153,143,115); }
div.DivClassName
{
background-color: #998F73;
}
.BgClassName
{
background-color: #998F73;
}
</style>
border-color css
<style>
span { border-color: #998F73; }
span { border-color: rgb(153,143,115); }
td.TdClassName
{
border-color: #998F73;
}
.TagClassName
{
border-color: #998F73;
}
</style>