Shades of Gurkha #978F67
Tints of Gurkha #978F67
RGB
CMYK
RGB Variations
Color information
#978F67 (or 0x978F67) is known color: Gurkha. HEX triplet: 97, 8F and 67. RGB value is (151,143,103). Sum of RGB (Red+Green+Blue) = 151+143+103=397 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.04% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 103 (40.62% from 255 or 25.94% from 397); Max value from RGB is 151 - color contains mainly: red. Hex color #978F67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978F67 is #687098. Grayscale: #8D8D8D. Windows color (decimal): -6844569 or 6786967. OLE color: 6786967.
HSL color Cylindrical-coordinate representation of color #978F67: hue angle of 50º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #978F67 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 143 | 103 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.41 |
| HSL | 50º | 0.19% | 0.5% | - |
| HSV(B) | 50º | 0.32% | 0.59% | - |
| XYZ | 25.03 | 27.2 | 16.76 | - |
| YUV | 140.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 103 | 0 | 0.05 | 0.32 | 0.41 | 50 | 0.19 | 0.5 |
| Hex | 97 | 8F | 67 | 0 | 5 | 20 | 29 | 32 | 13 | 32 |
| Octal | 227 | 217 | 147 | 0 | 5 | 40 | 51 | 62 | 23 | 62 |
| Binary | 10010111 | 10001111 | 1100111 | 0 | 101 | 100000 | 101001 | 110010 | 10011 | 110010 |
Color Harmonies of #978F67
Complementary color
Monochromatic Colors of #978F67
Black with #978F67
Text Example
Text Example
White with #978F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978F67; }
p { color: rgb(151,143,103); }
H1.HeaderClassName
{
color: #978F67;
}
.AnyTagClassName
{
color: #978F67;
}
</style>
background-color css
<style>
a { background-color: #978F67; }
a { background-color: rgb(151,143,103); }
div.DivClassName
{
background-color: #978F67;
}
.BgClassName
{
background-color: #978F67;
}
</style>
border-color css
<style>
span { border-color: #978F67; }
span { border-color: rgb(151,143,103); }
td.TdClassName
{
border-color: #978F67;
}
.TagClassName
{
border-color: #978F67;
}
</style>