Shades of Gurkha #979168
Tints of Gurkha #979168
RGB
CMYK
RGB Variations
Color information
#979168 (or 0x979168) is known color: Gurkha. HEX triplet: 97, 91 and 68. RGB value is (151,145,104). Sum of RGB (Red+Green+Blue) = 151+145+104=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 104 (41.02% from 255 or 26% from 400); Max value from RGB is 151 - color contains mainly: red. Hex color #979168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979168 is #686E97. Grayscale: #8E8E8E. Windows color (decimal): -6844056 or 6853015. OLE color: 6853015.
HSL color Cylindrical-coordinate representation of color #979168: hue angle of 52.34º 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 #979168 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 145 | 104 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.41 |
| HSL | 52.34º | 0.18% | 0.5% | - |
| HSV(B) | 52.34º | 0.31% | 0.59% | - |
| XYZ | 25.39 | 27.83 | 17.13 | - |
| YUV | 142.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 145 | 104 | 0 | 0.04 | 0.31 | 0.41 | 52.34 | 0.18 | 0.5 |
| Hex | 97 | 91 | 68 | 0 | 4 | 1F | 29 | 34 | 12 | 32 |
| Octal | 227 | 221 | 150 | 0 | 4 | 37 | 51 | 64 | 22 | 62 |
| Binary | 10010111 | 10010001 | 1101000 | 0 | 100 | 11111 | 101001 | 110100 | 10010 | 110010 |
Color Harmonies of #979168
Complementary color
Monochromatic Colors of #979168
Black with #979168
Text Example
Text Example
White with #979168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979168; }
p { color: rgb(151,145,104); }
H1.HeaderClassName
{
color: #979168;
}
.AnyTagClassName
{
color: #979168;
}
</style>
background-color css
<style>
a { background-color: #979168; }
a { background-color: rgb(151,145,104); }
div.DivClassName
{
background-color: #979168;
}
.BgClassName
{
background-color: #979168;
}
</style>
border-color css
<style>
span { border-color: #979168; }
span { border-color: rgb(151,145,104); }
td.TdClassName
{
border-color: #979168;
}
.TagClassName
{
border-color: #979168;
}
</style>