Shades of Gurkha #998F5C
Tints of Gurkha #998F5C
RGB
CMYK
RGB Variations
Color information
#998F5C (or 0x998F5C) is known color: Gurkha. HEX triplet: 99, 8F and 5C. RGB value is (153,143,92). Sum of RGB (Red+Green+Blue) = 153+143+92=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 153 - color contains mainly: red. Hex color #998F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998F5C is #6670A3. Grayscale: #8C8C8C. Windows color (decimal): -6713508 or 6066073. OLE color: 6066073.
HSL color Cylindrical-coordinate representation of color #998F5C: hue angle of 50.16º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #998F5C is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 143 | 92 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.4 |
| HSL | 50.16º | 0.25% | 0.48% | - |
| HSV(B) | 50.16º | 0.4% | 0.6% | - |
| XYZ | 24.89 | 27.19 | 14.06 | - |
| YUV | 140.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 143 | 92 | 0 | 0.07 | 0.40 | 0.4 | 50.16 | 0.25 | 0.48 |
| Hex | 99 | 8F | 5C | 0 | 7 | 28 | 28 | 32 | 19 | 30 |
| Octal | 231 | 217 | 134 | 0 | 7 | 50 | 50 | 62 | 31 | 60 |
| Binary | 10011001 | 10001111 | 1011100 | 0 | 111 | 101000 | 101000 | 110010 | 11001 | 110000 |
Color Harmonies of #998F5C
Complementary color
Monochromatic Colors of #998F5C
Black with #998F5C
Text Example
Text Example
White with #998F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998F5C; }
p { color: rgb(153,143,92); }
H1.HeaderClassName
{
color: #998F5C;
}
.AnyTagClassName
{
color: #998F5C;
}
</style>
background-color css
<style>
a { background-color: #998F5C; }
a { background-color: rgb(153,143,92); }
div.DivClassName
{
background-color: #998F5C;
}
.BgClassName
{
background-color: #998F5C;
}
</style>
border-color css
<style>
span { border-color: #998F5C; }
span { border-color: rgb(153,143,92); }
td.TdClassName
{
border-color: #998F5C;
}
.TagClassName
{
border-color: #998F5C;
}
</style>