Shades of Gurkha #978E6D
Tints of Gurkha #978E6D
RGB
CMYK
RGB Variations
Color information
#978E6D (or 0x978E6D) is known color: Gurkha. HEX triplet: 97, 8E and 6D. RGB value is (151,142,109). Sum of RGB (Red+Green+Blue) = 151+142+109=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 151 - color contains mainly: red. Hex color #978E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978E6D is #687192. Grayscale: #8D8D8D. Windows color (decimal): -6844819 or 7179927. OLE color: 7179927.
HSL color Cylindrical-coordinate representation of color #978E6D: hue angle of 47.14º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #978E6D is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 142 | 109 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.41 |
| HSL | 47.14º | 0.17% | 0.51% | - |
| HSV(B) | 47.14º | 0.28% | 0.59% | - |
| XYZ | 25.2 | 27.03 | 18.36 | - |
| YUV | 140.93 | 109.98 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 109 | 0 | 0.06 | 0.28 | 0.41 | 47.14 | 0.17 | 0.51 |
| Hex | 97 | 8E | 6D | 0 | 6 | 1C | 29 | 2F | 11 | 33 |
| Octal | 227 | 216 | 155 | 0 | 6 | 34 | 51 | 57 | 21 | 63 |
| Binary | 10010111 | 10001110 | 1101101 | 0 | 110 | 11100 | 101001 | 101111 | 10001 | 110011 |
Color Harmonies of #978E6D
Complementary color
Monochromatic Colors of #978E6D
Black with #978E6D
Text Example
Text Example
White with #978E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978E6D; }
p { color: rgb(151,142,109); }
H1.HeaderClassName
{
color: #978E6D;
}
.AnyTagClassName
{
color: #978E6D;
}
</style>
background-color css
<style>
a { background-color: #978E6D; }
a { background-color: rgb(151,142,109); }
div.DivClassName
{
background-color: #978E6D;
}
.BgClassName
{
background-color: #978E6D;
}
</style>
border-color css
<style>
span { border-color: #978E6D; }
span { border-color: rgb(151,142,109); }
td.TdClassName
{
border-color: #978E6D;
}
.TagClassName
{
border-color: #978E6D;
}
</style>