Shades of Gurkha #978E6B
Tints of Gurkha #978E6B
RGB
CMYK
RGB Variations
Color information
#978E6B (or 0x978E6B) is known color: Gurkha. HEX triplet: 97, 8E and 6B. RGB value is (151,142,107). Sum of RGB (Red+Green+Blue) = 151+142+107=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 151 - color contains mainly: red. Hex color #978E6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978E6B is #687194. Grayscale: #8C8C8C. Windows color (decimal): -6844821 or 7048855. OLE color: 7048855.
HSL color Cylindrical-coordinate representation of color #978E6B: hue angle of 47.73º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #978E6B is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 142 | 107 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.41 |
| HSL | 47.73º | 0.17% | 0.51% | - |
| HSV(B) | 47.73º | 0.29% | 0.59% | - |
| XYZ | 25.09 | 26.99 | 17.8 | - |
| YUV | 140.7 | 108.98 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 142 | 107 | 0 | 0.06 | 0.29 | 0.41 | 47.73 | 0.17 | 0.51 |
| Hex | 97 | 8E | 6B | 0 | 6 | 1D | 29 | 30 | 11 | 33 |
| Octal | 227 | 216 | 153 | 0 | 6 | 35 | 51 | 60 | 21 | 63 |
| Binary | 10010111 | 10001110 | 1101011 | 0 | 110 | 11101 | 101001 | 110000 | 10001 | 110011 |
Color Harmonies of #978E6B
Complementary color
Monochromatic Colors of #978E6B
Black with #978E6B
Text Example
Text Example
White with #978E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978E6B; }
p { color: rgb(151,142,107); }
H1.HeaderClassName
{
color: #978E6B;
}
.AnyTagClassName
{
color: #978E6B;
}
</style>
background-color css
<style>
a { background-color: #978E6B; }
a { background-color: rgb(151,142,107); }
div.DivClassName
{
background-color: #978E6B;
}
.BgClassName
{
background-color: #978E6B;
}
</style>
border-color css
<style>
span { border-color: #978E6B; }
span { border-color: rgb(151,142,107); }
td.TdClassName
{
border-color: #978E6B;
}
.TagClassName
{
border-color: #978E6B;
}
</style>