Shades of Gurkha #98947B
Tints of Gurkha #98947B
RGB
CMYK
RGB Variations
Color information
#98947B (or 0x98947B) is known color: Gurkha. HEX triplet: 98, 94 and 7B. RGB value is (152,148,123). Sum of RGB (Red+Green+Blue) = 152+148+123=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 148 (58.20% from 255 or 34.99% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #98947B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98947B is #676B84. Grayscale: #929292. Windows color (decimal): -6777733 or 8098968. OLE color: 8098968.
HSL color Cylindrical-coordinate representation of color #98947B: hue angle of 51.72º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #98947B is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 148 | 123 | - |
| CMYK | 0 | 0.03 | 0.19 | 0.40 |
| HSL | 51.72º | 0.12% | 0.54% | - |
| HSV(B) | 51.72º | 0.19% | 0.6% | - |
| XYZ | 27.11 | 29.29 | 22.96 | - |
| YUV | 146.35 | 114.83 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 148 | 123 | 0 | 0.03 | 0.19 | 0.40 | 51.72 | 0.12 | 0.54 |
| Hex | 98 | 94 | 7B | 0 | 3 | 13 | 28 | 34 | C | 36 |
| Octal | 230 | 224 | 173 | 0 | 3 | 23 | 50 | 64 | 14 | 66 |
| Binary | 10011000 | 10010100 | 1111011 | 0 | 11 | 10011 | 101000 | 110100 | 1100 | 110110 |
Color Harmonies of #98947B
Complementary color
Monochromatic Colors of #98947B
Black with #98947B
Text Example
Text Example
White with #98947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98947B; }
p { color: rgb(152,148,123); }
H1.HeaderClassName
{
color: #98947B;
}
.AnyTagClassName
{
color: #98947B;
}
</style>
background-color css
<style>
a { background-color: #98947B; }
a { background-color: rgb(152,148,123); }
div.DivClassName
{
background-color: #98947B;
}
.BgClassName
{
background-color: #98947B;
}
</style>
border-color css
<style>
span { border-color: #98947B; }
span { border-color: rgb(152,148,123); }
td.TdClassName
{
border-color: #98947B;
}
.TagClassName
{
border-color: #98947B;
}
</style>