Shades of Gurkha #978E63
Tints of Gurkha #978E63
RGB
CMYK
RGB Variations
Color information
#978E63 (or 0x978E63) is known color: Gurkha. HEX triplet: 97, 8E and 63. RGB value is (151,142,99). Sum of RGB (Red+Green+Blue) = 151+142+99=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 99 (39.06% from 255 or 25.26% from 392); Max value from RGB is 151 - color contains mainly: red. Hex color #978E63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978E63 is #68719C. Grayscale: #8B8B8B. Windows color (decimal): -6844829 or 6524567. OLE color: 6524567.
HSL color Cylindrical-coordinate representation of color #978E63: hue angle of 49.62º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #978E63 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 142 | 99 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.41 |
| HSL | 49.62º | 0.21% | 0.49% | - |
| HSV(B) | 49.62º | 0.34% | 0.59% | - |
| XYZ | 24.69 | 26.83 | 15.68 | - |
| YUV | 139.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 99 | 0 | 0.06 | 0.34 | 0.41 | 49.62 | 0.21 | 0.49 |
| Hex | 97 | 8E | 63 | 0 | 6 | 22 | 29 | 32 | 15 | 31 |
| Octal | 227 | 216 | 143 | 0 | 6 | 42 | 51 | 62 | 25 | 61 |
| Binary | 10010111 | 10001110 | 1100011 | 0 | 110 | 100010 | 101001 | 110010 | 10101 | 110001 |
Color Harmonies of #978E63
Complementary color
Monochromatic Colors of #978E63
Black with #978E63
Text Example
Text Example
White with #978E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978E63; }
p { color: rgb(151,142,99); }
H1.HeaderClassName
{
color: #978E63;
}
.AnyTagClassName
{
color: #978E63;
}
</style>
background-color css
<style>
a { background-color: #978E63; }
a { background-color: rgb(151,142,99); }
div.DivClassName
{
background-color: #978E63;
}
.BgClassName
{
background-color: #978E63;
}
</style>
border-color css
<style>
span { border-color: #978E63; }
span { border-color: rgb(151,142,99); }
td.TdClassName
{
border-color: #978E63;
}
.TagClassName
{
border-color: #978E63;
}
</style>