Shades of Gurkha #988F64
Tints of Gurkha #988F64
RGB
CMYK
RGB Variations
Color information
#988F64 (or 0x988F64) is known color: Gurkha. HEX triplet: 98, 8F and 64. RGB value is (152,143,100). Sum of RGB (Red+Green+Blue) = 152+143+100=395 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.48% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 152 - color contains mainly: red. Hex color #988F64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988F64 is #67709B. Grayscale: #8C8C8C. Windows color (decimal): -6779036 or 6590360. OLE color: 6590360.
HSL color Cylindrical-coordinate representation of color #988F64: hue angle of 49.62º 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 #988F64 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 143 | 100 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.40 |
| HSL | 49.62º | 0.21% | 0.49% | - |
| HSV(B) | 49.62º | 0.34% | 0.6% | - |
| XYZ | 25.07 | 27.24 | 15.99 | - |
| YUV | 140.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 143 | 100 | 0 | 0.06 | 0.34 | 0.40 | 49.62 | 0.21 | 0.49 |
| Hex | 98 | 8F | 64 | 0 | 6 | 22 | 28 | 32 | 15 | 31 |
| Octal | 230 | 217 | 144 | 0 | 6 | 42 | 50 | 62 | 25 | 61 |
| Binary | 10011000 | 10001111 | 1100100 | 0 | 110 | 100010 | 101000 | 110010 | 10101 | 110001 |
Color Harmonies of #988F64
Complementary color
Monochromatic Colors of #988F64
Black with #988F64
Text Example
Text Example
White with #988F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #988F64; }
p { color: rgb(152,143,100); }
H1.HeaderClassName
{
color: #988F64;
}
.AnyTagClassName
{
color: #988F64;
}
</style>
background-color css
<style>
a { background-color: #988F64; }
a { background-color: rgb(152,143,100); }
div.DivClassName
{
background-color: #988F64;
}
.BgClassName
{
background-color: #988F64;
}
</style>
border-color css
<style>
span { border-color: #988F64; }
span { border-color: rgb(152,143,100); }
td.TdClassName
{
border-color: #988F64;
}
.TagClassName
{
border-color: #988F64;
}
</style>