Shades of Gurkha #98957A
Tints of Gurkha #98957A
RGB
CMYK
RGB Variations
Color information
#98957A (or 0x98957A) is known color: Gurkha. HEX triplet: 98, 95 and 7A. RGB value is (152,149,122). Sum of RGB (Red+Green+Blue) = 152+149+122=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #98957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98957A is #676A85. Grayscale: #929292. Windows color (decimal): -6777478 or 8033688. OLE color: 8033688.
HSL color Cylindrical-coordinate representation of color #98957A: hue angle of 54º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #98957A is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 149 | 122 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.40 |
| HSL | 54º | 0.13% | 0.54% | - |
| HSV(B) | 54º | 0.2% | 0.6% | - |
| XYZ | 27.21 | 29.58 | 22.69 | - |
| YUV | 146.82 | 113.99 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 149 | 122 | 0 | 0.02 | 0.20 | 0.40 | 54 | 0.13 | 0.54 |
| Hex | 98 | 95 | 7A | 0 | 2 | 14 | 28 | 36 | D | 36 |
| Octal | 230 | 225 | 172 | 0 | 2 | 24 | 50 | 66 | 15 | 66 |
| Binary | 10011000 | 10010101 | 1111010 | 0 | 10 | 10100 | 101000 | 110110 | 1101 | 110110 |
Color Harmonies of #98957A
Complementary color
Monochromatic Colors of #98957A
Black with #98957A
Text Example
Text Example
White with #98957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98957A; }
p { color: rgb(152,149,122); }
H1.HeaderClassName
{
color: #98957A;
}
.AnyTagClassName
{
color: #98957A;
}
</style>
background-color css
<style>
a { background-color: #98957A; }
a { background-color: rgb(152,149,122); }
div.DivClassName
{
background-color: #98957A;
}
.BgClassName
{
background-color: #98957A;
}
</style>
border-color css
<style>
span { border-color: #98957A; }
span { border-color: rgb(152,149,122); }
td.TdClassName
{
border-color: #98957A;
}
.TagClassName
{
border-color: #98957A;
}
</style>