Shades of Gurkha #998D69
Tints of Gurkha #998D69
RGB
CMYK
RGB Variations
Color information
#998D69 (or 0x998D69) is known color: Gurkha. HEX triplet: 99, 8D and 69. RGB value is (153,141,105). Sum of RGB (Red+Green+Blue) = 153+141+105=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #998D69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998D69 is #667296. Grayscale: #8C8C8C. Windows color (decimal): -6714007 or 6917529. OLE color: 6917529.
HSL color Cylindrical-coordinate representation of color #998D69: hue angle of 45º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #998D69 is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 141 | 105 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.4 |
| HSL | 45º | 0.19% | 0.51% | - |
| HSV(B) | 45º | 0.31% | 0.6% | - |
| XYZ | 25.21 | 26.84 | 17.22 | - |
| YUV | 140.48 | 107.98 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 141 | 105 | 0 | 0.08 | 0.31 | 0.4 | 45 | 0.19 | 0.51 |
| Hex | 99 | 8D | 69 | 0 | 8 | 1F | 28 | 2D | 13 | 33 |
| Octal | 231 | 215 | 151 | 0 | 10 | 37 | 50 | 55 | 23 | 63 |
| Binary | 10011001 | 10001101 | 1101001 | 0 | 1000 | 11111 | 101000 | 101101 | 10011 | 110011 |
Color Harmonies of #998D69
Complementary color
Monochromatic Colors of #998D69
Black with #998D69
Text Example
Text Example
White with #998D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998D69; }
p { color: rgb(153,141,105); }
H1.HeaderClassName
{
color: #998D69;
}
.AnyTagClassName
{
color: #998D69;
}
</style>
background-color css
<style>
a { background-color: #998D69; }
a { background-color: rgb(153,141,105); }
div.DivClassName
{
background-color: #998D69;
}
.BgClassName
{
background-color: #998D69;
}
</style>
border-color css
<style>
span { border-color: #998D69; }
span { border-color: rgb(153,141,105); }
td.TdClassName
{
border-color: #998D69;
}
.TagClassName
{
border-color: #998D69;
}
</style>