Shades of Gurkha #978D6B
Tints of Gurkha #978D6B
RGB
CMYK
RGB Variations
Color information
#978D6B (or 0x978D6B) is known color: Gurkha. HEX triplet: 97, 8D and 6B. RGB value is (151,141,107). Sum of RGB (Red+Green+Blue) = 151+141+107=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 151 - color contains mainly: red. Hex color #978D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978D6B is #687294. Grayscale: #8C8C8C. Windows color (decimal): -6845077 or 7048599. OLE color: 7048599.
HSL color Cylindrical-coordinate representation of color #978D6B: hue angle of 46.36º 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 #978D6B is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 141 | 107 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.41 |
| HSL | 46.36º | 0.17% | 0.51% | - |
| HSV(B) | 46.36º | 0.29% | 0.59% | - |
| XYZ | 24.94 | 26.69 | 17.75 | - |
| YUV | 140.11 | 109.31 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 141 | 107 | 0 | 0.07 | 0.29 | 0.41 | 46.36 | 0.17 | 0.51 |
| Hex | 97 | 8D | 6B | 0 | 7 | 1D | 29 | 2E | 11 | 33 |
| Octal | 227 | 215 | 153 | 0 | 7 | 35 | 51 | 56 | 21 | 63 |
| Binary | 10010111 | 10001101 | 1101011 | 0 | 111 | 11101 | 101001 | 101110 | 10001 | 110011 |
Color Harmonies of #978D6B
Complementary color
Monochromatic Colors of #978D6B
Black with #978D6B
Text Example
Text Example
White with #978D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978D6B; }
p { color: rgb(151,141,107); }
H1.HeaderClassName
{
color: #978D6B;
}
.AnyTagClassName
{
color: #978D6B;
}
</style>
background-color css
<style>
a { background-color: #978D6B; }
a { background-color: rgb(151,141,107); }
div.DivClassName
{
background-color: #978D6B;
}
.BgClassName
{
background-color: #978D6B;
}
</style>
border-color css
<style>
span { border-color: #978D6B; }
span { border-color: rgb(151,141,107); }
td.TdClassName
{
border-color: #978D6B;
}
.TagClassName
{
border-color: #978D6B;
}
</style>