Shades of Gurkha #989173
Tints of Gurkha #989173
RGB
CMYK
RGB Variations
Color information
#989173 (or 0x989173) is known color: Gurkha. HEX triplet: 98, 91 and 73. RGB value is (152,145,115). Sum of RGB (Red+Green+Blue) = 152+145+115=412 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.89% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 115 (45.31% from 255 or 27.91% from 412); Max value from RGB is 152 - color contains mainly: red. Hex color #989173 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989173 is #676E8C. Grayscale: #8F8F8F. Windows color (decimal): -6778509 or 7573912. OLE color: 7573912.
HSL color Cylindrical-coordinate representation of color #989173: hue angle of 48.65º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #989173 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 145 | 115 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.40 |
| HSL | 48.65º | 0.15% | 0.52% | - |
| HSV(B) | 48.65º | 0.24% | 0.6% | - |
| XYZ | 26.17 | 28.16 | 20.28 | - |
| YUV | 143.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 115 | 0 | 0.05 | 0.24 | 0.40 | 48.65 | 0.15 | 0.52 |
| Hex | 98 | 91 | 73 | 0 | 5 | 18 | 28 | 31 | F | 34 |
| Octal | 230 | 221 | 163 | 0 | 5 | 30 | 50 | 61 | 17 | 64 |
| Binary | 10011000 | 10010001 | 1110011 | 0 | 101 | 11000 | 101000 | 110001 | 1111 | 110100 |
Color Harmonies of #989173
Complementary color
Monochromatic Colors of #989173
Black with #989173
Text Example
Text Example
White with #989173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989173; }
p { color: rgb(152,145,115); }
H1.HeaderClassName
{
color: #989173;
}
.AnyTagClassName
{
color: #989173;
}
</style>
background-color css
<style>
a { background-color: #989173; }
a { background-color: rgb(152,145,115); }
div.DivClassName
{
background-color: #989173;
}
.BgClassName
{
background-color: #989173;
}
</style>
border-color css
<style>
span { border-color: #989173; }
span { border-color: rgb(152,145,115); }
td.TdClassName
{
border-color: #989173;
}
.TagClassName
{
border-color: #989173;
}
</style>