Shades of Gurkha #978C68
Tints of Gurkha #978C68
RGB
CMYK
RGB Variations
Color information
#978C68 (or 0x978C68) is known color: Gurkha. HEX triplet: 97, 8C and 68. RGB value is (151,140,104). Sum of RGB (Red+Green+Blue) = 151+140+104=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 151 - color contains mainly: red. Hex color #978C68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978C68 is #687397. Grayscale: #8B8B8B. Windows color (decimal): -6845336 or 6851735. OLE color: 6851735.
HSL color Cylindrical-coordinate representation of color #978C68: hue angle of 45.96º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #978C68 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 140 | 104 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.41 |
| HSL | 45.96º | 0.18% | 0.5% | - |
| HSV(B) | 45.96º | 0.31% | 0.59% | - |
| XYZ | 24.64 | 26.33 | 16.88 | - |
| YUV | 139.19 | 108.14 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 104 | 0 | 0.07 | 0.31 | 0.41 | 45.96 | 0.18 | 0.5 |
| Hex | 97 | 8C | 68 | 0 | 7 | 1F | 29 | 2E | 12 | 32 |
| Octal | 227 | 214 | 150 | 0 | 7 | 37 | 51 | 56 | 22 | 62 |
| Binary | 10010111 | 10001100 | 1101000 | 0 | 111 | 11111 | 101001 | 101110 | 10010 | 110010 |
Color Harmonies of #978C68
Complementary color
Monochromatic Colors of #978C68
Black with #978C68
Text Example
Text Example
White with #978C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978C68; }
p { color: rgb(151,140,104); }
H1.HeaderClassName
{
color: #978C68;
}
.AnyTagClassName
{
color: #978C68;
}
</style>
background-color css
<style>
a { background-color: #978C68; }
a { background-color: rgb(151,140,104); }
div.DivClassName
{
background-color: #978C68;
}
.BgClassName
{
background-color: #978C68;
}
</style>
border-color css
<style>
span { border-color: #978C68; }
span { border-color: rgb(151,140,104); }
td.TdClassName
{
border-color: #978C68;
}
.TagClassName
{
border-color: #978C68;
}
</style>