Shades of Gurkha #998F68
Tints of Gurkha #998F68
RGB
CMYK
RGB Variations
Color information
#998F68 (or 0x998F68) is known color: Gurkha. HEX triplet: 99, 8F and 68. RGB value is (153,143,104). Sum of RGB (Red+Green+Blue) = 153+143+104=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 143 (56.25% from 255 or 35.75% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 153 - color contains mainly: red. Hex color #998F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F68 is #667097. Grayscale: #8D8D8D. Windows color (decimal): -6713496 or 6852505. OLE color: 6852505.
HSL color Cylindrical-coordinate representation of color #998F68: hue angle of 47.76º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #998F68 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 104 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.4 |
| HSL | 47.76º | 0.19% | 0.5% | - |
| HSV(B) | 47.76º | 0.32% | 0.6% | - |
| XYZ | 25.46 | 27.42 | 17.05 | - |
| YUV | 141.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 104 | 0 | 0.07 | 0.32 | 0.4 | 47.76 | 0.19 | 0.5 |
| Hex | 99 | 8F | 68 | 0 | 7 | 20 | 28 | 30 | 13 | 32 |
| Octal | 231 | 217 | 150 | 0 | 7 | 40 | 50 | 60 | 23 | 62 |
| Binary | 10011001 | 10001111 | 1101000 | 0 | 111 | 100000 | 101000 | 110000 | 10011 | 110010 |
Color Harmonies of #998F68
Complementary color
Monochromatic Colors of #998F68
Black with #998F68
Text Example
Text Example
White with #998F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F68; }
p { color: rgb(153,143,104); }
H1.HeaderClassName
{
color: #998F68;
}
.AnyTagClassName
{
color: #998F68;
}
</style>
background-color css
<style>
a { background-color: #998F68; }
a { background-color: rgb(153,143,104); }
div.DivClassName
{
background-color: #998F68;
}
.BgClassName
{
background-color: #998F68;
}
</style>
border-color css
<style>
span { border-color: #998F68; }
span { border-color: rgb(153,143,104); }
td.TdClassName
{
border-color: #998F68;
}
.TagClassName
{
border-color: #998F68;
}
</style>