Shades of Gurkha #989372
Tints of Gurkha #989372
RGB
CMYK
RGB Variations
Color information
#989372 (or 0x989372) is known color: Gurkha. HEX triplet: 98, 93 and 72. RGB value is (152,147,114). Sum of RGB (Red+Green+Blue) = 152+147+114=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 114 (44.92% from 255 or 27.60% from 413); Max value from RGB is 152 - color contains mainly: red. Hex color #989372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989372 is #676C8D. Grayscale: #909090. Windows color (decimal): -6777998 or 7508888. OLE color: 7508888.
HSL color Cylindrical-coordinate representation of color #989372: hue angle of 52.11º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #989372 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 147 | 114 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.40 |
| HSL | 52.11º | 0.16% | 0.52% | - |
| HSV(B) | 52.11º | 0.25% | 0.6% | - |
| XYZ | 26.42 | 28.76 | 20.08 | - |
| YUV | 144.73 | 110.66 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 147 | 114 | 0 | 0.03 | 0.25 | 0.40 | 52.11 | 0.16 | 0.52 |
| Hex | 98 | 93 | 72 | 0 | 3 | 19 | 28 | 34 | 10 | 34 |
| Octal | 230 | 223 | 162 | 0 | 3 | 31 | 50 | 64 | 20 | 64 |
| Binary | 10011000 | 10010011 | 1110010 | 0 | 11 | 11001 | 101000 | 110100 | 10000 | 110100 |
Color Harmonies of #989372
Complementary color
Monochromatic Colors of #989372
Black with #989372
Text Example
Text Example
White with #989372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989372; }
p { color: rgb(152,147,114); }
H1.HeaderClassName
{
color: #989372;
}
.AnyTagClassName
{
color: #989372;
}
</style>
background-color css
<style>
a { background-color: #989372; }
a { background-color: rgb(152,147,114); }
div.DivClassName
{
background-color: #989372;
}
.BgClassName
{
background-color: #989372;
}
</style>
border-color css
<style>
span { border-color: #989372; }
span { border-color: rgb(152,147,114); }
td.TdClassName
{
border-color: #989372;
}
.TagClassName
{
border-color: #989372;
}
</style>