Shades of Gurkha #989067
Tints of Gurkha #989067
RGB
CMYK
RGB Variations
Color information
#989067 (or 0x989067) is known color: Gurkha. HEX triplet: 98, 90 and 67. RGB value is (152,144,103). Sum of RGB (Red+Green+Blue) = 152+144+103=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 152 - color contains mainly: red. Hex color #989067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #989067 is #676F98. Grayscale: #8D8D8D. Windows color (decimal): -6778777 or 6787224. OLE color: 6787224.
HSL color Cylindrical-coordinate representation of color #989067: hue angle of 50.2º 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 #989067 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 144 | 103 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.40 |
| HSL | 50.2º | 0.19% | 0.5% | - |
| HSV(B) | 50.2º | 0.32% | 0.6% | - |
| XYZ | 25.37 | 27.6 | 16.82 | - |
| YUV | 141.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 144 | 103 | 0 | 0.05 | 0.32 | 0.40 | 50.2 | 0.19 | 0.5 |
| Hex | 98 | 90 | 67 | 0 | 5 | 20 | 28 | 32 | 13 | 32 |
| Octal | 230 | 220 | 147 | 0 | 5 | 40 | 50 | 62 | 23 | 62 |
| Binary | 10011000 | 10010000 | 1100111 | 0 | 101 | 100000 | 101000 | 110010 | 10011 | 110010 |
Color Harmonies of #989067
Complementary color
Monochromatic Colors of #989067
Black with #989067
Text Example
Text Example
White with #989067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989067; }
p { color: rgb(152,144,103); }
H1.HeaderClassName
{
color: #989067;
}
.AnyTagClassName
{
color: #989067;
}
</style>
background-color css
<style>
a { background-color: #989067; }
a { background-color: rgb(152,144,103); }
div.DivClassName
{
background-color: #989067;
}
.BgClassName
{
background-color: #989067;
}
</style>
border-color css
<style>
span { border-color: #989067; }
span { border-color: rgb(152,144,103); }
td.TdClassName
{
border-color: #989067;
}
.TagClassName
{
border-color: #989067;
}
</style>