Shades of Gurkha #979067
Tints of Gurkha #979067
RGB
CMYK
RGB Variations
Color information
#979067 (or 0x979067) is known color: Gurkha. HEX triplet: 97, 90 and 67. RGB value is (151,144,103). Sum of RGB (Red+Green+Blue) = 151+144+103=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 103 (40.62% from 255 or 25.88% from 398); Max value from RGB is 151 - color contains mainly: red. Hex color #979067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979067 is #686F98. Grayscale: #8D8D8D. Windows color (decimal): -6844313 or 6787223. OLE color: 6787223.
HSL color Cylindrical-coordinate representation of color #979067: hue angle of 51.25º 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 #979067 is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 144 | 103 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.41 |
| HSL | 51.25º | 0.19% | 0.5% | - |
| HSV(B) | 51.25º | 0.32% | 0.59% | - |
| XYZ | 25.18 | 27.51 | 16.81 | - |
| YUV | 141.42 | 106.32 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 144 | 103 | 0 | 0.05 | 0.32 | 0.41 | 51.25 | 0.19 | 0.5 |
| Hex | 97 | 90 | 67 | 0 | 5 | 20 | 29 | 33 | 13 | 32 |
| Octal | 227 | 220 | 147 | 0 | 5 | 40 | 51 | 63 | 23 | 62 |
| Binary | 10010111 | 10010000 | 1100111 | 0 | 101 | 100000 | 101001 | 110011 | 10011 | 110010 |
Color Harmonies of #979067
Complementary color
Monochromatic Colors of #979067
Black with #979067
Text Example
Text Example
White with #979067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979067; }
p { color: rgb(151,144,103); }
H1.HeaderClassName
{
color: #979067;
}
.AnyTagClassName
{
color: #979067;
}
</style>
background-color css
<style>
a { background-color: #979067; }
a { background-color: rgb(151,144,103); }
div.DivClassName
{
background-color: #979067;
}
.BgClassName
{
background-color: #979067;
}
</style>
border-color css
<style>
span { border-color: #979067; }
span { border-color: rgb(151,144,103); }
td.TdClassName
{
border-color: #979067;
}
.TagClassName
{
border-color: #979067;
}
</style>