Shades of Gurkha #978C65
Tints of Gurkha #978C65
RGB
CMYK
RGB Variations
Color information
#978C65 (or 0x978C65) is known color: Gurkha. HEX triplet: 97, 8C and 65. RGB value is (151,140,101). Sum of RGB (Red+Green+Blue) = 151+140+101=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 151 - color contains mainly: red. Hex color #978C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978C65 is #68739A. Grayscale: #8B8B8B. Windows color (decimal): -6845339 or 6655127. OLE color: 6655127.
HSL color Cylindrical-coordinate representation of color #978C65: hue angle of 46.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #978C65 is Cyan = 0, Magento = 0.07, Yellow = 0.33 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 140 | 101 | - |
| CMYK | 0 | 0.07 | 0.33 | 0.41 |
| HSL | 46.8º | 0.2% | 0.49% | - |
| HSV(B) | 46.8º | 0.33% | 0.59% | - |
| XYZ | 24.49 | 26.28 | 16.09 | - |
| YUV | 138.84 | 106.64 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 140 | 101 | 0 | 0.07 | 0.33 | 0.41 | 46.8 | 0.2 | 0.49 |
| Hex | 97 | 8C | 65 | 0 | 7 | 21 | 29 | 2F | 14 | 31 |
| Octal | 227 | 214 | 145 | 0 | 7 | 41 | 51 | 57 | 24 | 61 |
| Binary | 10010111 | 10001100 | 1100101 | 0 | 111 | 100001 | 101001 | 101111 | 10100 | 110001 |
Color Harmonies of #978C65
Complementary color
Monochromatic Colors of #978C65
Black with #978C65
Text Example
Text Example
White with #978C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978C65; }
p { color: rgb(151,140,101); }
H1.HeaderClassName
{
color: #978C65;
}
.AnyTagClassName
{
color: #978C65;
}
</style>
background-color css
<style>
a { background-color: #978C65; }
a { background-color: rgb(151,140,101); }
div.DivClassName
{
background-color: #978C65;
}
.BgClassName
{
background-color: #978C65;
}
</style>
border-color css
<style>
span { border-color: #978C65; }
span { border-color: rgb(151,140,101); }
td.TdClassName
{
border-color: #978C65;
}
.TagClassName
{
border-color: #978C65;
}
</style>