Shades of Gurkha #998F6F
Tints of Gurkha #998F6F
RGB
CMYK
RGB Variations
Color information
#998F6F (or 0x998F6F) is known color: Gurkha. HEX triplet: 99, 8F and 6F. RGB value is (153,143,111). Sum of RGB (Red+Green+Blue) = 153+143+111=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #998F6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F6F is #667090. Grayscale: #8E8E8E. Windows color (decimal): -6713489 or 7311257. OLE color: 7311257.
HSL color Cylindrical-coordinate representation of color #998F6F: hue angle of 45.71º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #998F6F is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 111 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.4 |
| HSL | 45.71º | 0.17% | 0.52% | - |
| HSV(B) | 45.71º | 0.27% | 0.6% | - |
| XYZ | 25.83 | 27.56 | 19 | - |
| YUV | 142.34 | 110.31 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 111 | 0 | 0.07 | 0.27 | 0.4 | 45.71 | 0.17 | 0.52 |
| Hex | 99 | 8F | 6F | 0 | 7 | 1B | 28 | 2E | 11 | 34 |
| Octal | 231 | 217 | 157 | 0 | 7 | 33 | 50 | 56 | 21 | 64 |
| Binary | 10011001 | 10001111 | 1101111 | 0 | 111 | 11011 | 101000 | 101110 | 10001 | 110100 |
Color Harmonies of #998F6F
Complementary color
Monochromatic Colors of #998F6F
Black with #998F6F
Text Example
Text Example
White with #998F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F6F; }
p { color: rgb(153,143,111); }
H1.HeaderClassName
{
color: #998F6F;
}
.AnyTagClassName
{
color: #998F6F;
}
</style>
background-color css
<style>
a { background-color: #998F6F; }
a { background-color: rgb(153,143,111); }
div.DivClassName
{
background-color: #998F6F;
}
.BgClassName
{
background-color: #998F6F;
}
</style>
border-color css
<style>
span { border-color: #998F6F; }
span { border-color: rgb(153,143,111); }
td.TdClassName
{
border-color: #998F6F;
}
.TagClassName
{
border-color: #998F6F;
}
</style>