Shades of Gurkha #978B69
Tints of Gurkha #978B69
RGB
CMYK
RGB Variations
Color information
#978B69 (or 0x978B69) is known color: Gurkha. HEX triplet: 97, 8B and 69. RGB value is (151,139,105). Sum of RGB (Red+Green+Blue) = 151+139+105=395 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.23% from 395); Green value is 139 (54.69% from 255 or 35.19% from 395); Blue value is 105 (41.41% from 255 or 26.58% from 395); Max value from RGB is 151 - color contains mainly: red. Hex color #978B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978B69 is #687496. Grayscale: #8A8A8A. Windows color (decimal): -6845591 or 6917015. OLE color: 6917015.
HSL color Cylindrical-coordinate representation of color #978B69: hue angle of 44.35º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #978B69 is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 139 | 105 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.41 |
| HSL | 44.35º | 0.18% | 0.5% | - |
| HSV(B) | 44.35º | 0.3% | 0.59% | - |
| XYZ | 24.54 | 26.06 | 17.1 | - |
| YUV | 138.71 | 108.98 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 139 | 105 | 0 | 0.08 | 0.30 | 0.41 | 44.35 | 0.18 | 0.5 |
| Hex | 97 | 8B | 69 | 0 | 8 | 1E | 29 | 2C | 12 | 32 |
| Octal | 227 | 213 | 151 | 0 | 10 | 36 | 51 | 54 | 22 | 62 |
| Binary | 10010111 | 10001011 | 1101001 | 0 | 1000 | 11110 | 101001 | 101100 | 10010 | 110010 |
Color Harmonies of #978B69
Complementary color
Monochromatic Colors of #978B69
Black with #978B69
Text Example
Text Example
White with #978B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978B69; }
p { color: rgb(151,139,105); }
H1.HeaderClassName
{
color: #978B69;
}
.AnyTagClassName
{
color: #978B69;
}
</style>
background-color css
<style>
a { background-color: #978B69; }
a { background-color: rgb(151,139,105); }
div.DivClassName
{
background-color: #978B69;
}
.BgClassName
{
background-color: #978B69;
}
</style>
border-color css
<style>
span { border-color: #978B69; }
span { border-color: rgb(151,139,105); }
td.TdClassName
{
border-color: #978B69;
}
.TagClassName
{
border-color: #978B69;
}
</style>