Shades of Gurkha #998F72
Tints of Gurkha #998F72
RGB
CMYK
RGB Variations
Color information
#998F72 (or 0x998F72) is known color: Gurkha. HEX triplet: 99, 8F and 72. RGB value is (153,143,114). Sum of RGB (Red+Green+Blue) = 153+143+114=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #998F72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F72 is #66708D. Grayscale: #8E8E8E. Windows color (decimal): -6713486 or 7507865. OLE color: 7507865.
HSL color Cylindrical-coordinate representation of color #998F72: hue angle of 44.62º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #998F72 is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 114 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.4 |
| HSL | 44.62º | 0.16% | 0.52% | - |
| HSV(B) | 44.62º | 0.25% | 0.6% | - |
| XYZ | 26 | 27.63 | 19.88 | - |
| YUV | 142.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 114 | 0 | 0.07 | 0.25 | 0.4 | 44.62 | 0.16 | 0.52 |
| Hex | 99 | 8F | 72 | 0 | 7 | 19 | 28 | 2D | 10 | 34 |
| Octal | 231 | 217 | 162 | 0 | 7 | 31 | 50 | 55 | 20 | 64 |
| Binary | 10011001 | 10001111 | 1110010 | 0 | 111 | 11001 | 101000 | 101101 | 10000 | 110100 |
Color Harmonies of #998F72
Complementary color
Monochromatic Colors of #998F72
Black with #998F72
Text Example
Text Example
White with #998F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F72; }
p { color: rgb(153,143,114); }
H1.HeaderClassName
{
color: #998F72;
}
.AnyTagClassName
{
color: #998F72;
}
</style>
background-color css
<style>
a { background-color: #998F72; }
a { background-color: rgb(153,143,114); }
div.DivClassName
{
background-color: #998F72;
}
.BgClassName
{
background-color: #998F72;
}
</style>
border-color css
<style>
span { border-color: #998F72; }
span { border-color: rgb(153,143,114); }
td.TdClassName
{
border-color: #998F72;
}
.TagClassName
{
border-color: #998F72;
}
</style>