Shades of Gurkha #989264
Tints of Gurkha #989264
RGB
CMYK
RGB Variations
Color information
#989264 (or 0x989264) is known color: Gurkha. HEX triplet: 98, 92 and 64. RGB value is (152,146,100). Sum of RGB (Red+Green+Blue) = 152+146+100=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 152 - color contains mainly: red. Hex color #989264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989264 is #676D9B. Grayscale: #8E8E8E. Windows color (decimal): -6778268 or 6591128. OLE color: 6591128.
HSL color Cylindrical-coordinate representation of color #989264: hue angle of 53.08º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #989264 is Cyan = 0, Magento = 0.04, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 146 | 100 | - |
| CMYK | 0 | 0.04 | 0.34 | 0.40 |
| HSL | 53.08º | 0.21% | 0.49% | - |
| HSV(B) | 53.08º | 0.34% | 0.6% | - |
| XYZ | 25.53 | 28.15 | 16.15 | - |
| YUV | 142.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 100 | 0 | 0.04 | 0.34 | 0.40 | 53.08 | 0.21 | 0.49 |
| Hex | 98 | 92 | 64 | 0 | 4 | 22 | 28 | 35 | 15 | 31 |
| Octal | 230 | 222 | 144 | 0 | 4 | 42 | 50 | 65 | 25 | 61 |
| Binary | 10011000 | 10010010 | 1100100 | 0 | 100 | 100010 | 101000 | 110101 | 10101 | 110001 |
Color Harmonies of #989264
Complementary color
Monochromatic Colors of #989264
Black with #989264
Text Example
Text Example
White with #989264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989264; }
p { color: rgb(152,146,100); }
H1.HeaderClassName
{
color: #989264;
}
.AnyTagClassName
{
color: #989264;
}
</style>
background-color css
<style>
a { background-color: #989264; }
a { background-color: rgb(152,146,100); }
div.DivClassName
{
background-color: #989264;
}
.BgClassName
{
background-color: #989264;
}
</style>
border-color css
<style>
span { border-color: #989264; }
span { border-color: rgb(152,146,100); }
td.TdClassName
{
border-color: #989264;
}
.TagClassName
{
border-color: #989264;
}
</style>