Shades of Gurkha #969176
Tints of Gurkha #969176
RGB
CMYK
RGB Variations
Color information
#969176 (or 0x969176) is known color: Gurkha. HEX triplet: 96, 91 and 76. RGB value is (150,145,118). Sum of RGB (Red+Green+Blue) = 150+145+118=413 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.32% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 150 - color contains mainly: red. Hex color #969176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969176 is #696E89. Grayscale: #8F8F8F. Windows color (decimal): -6909578 or 7770518. OLE color: 7770518.
HSL color Cylindrical-coordinate representation of color #969176: hue angle of 50.62º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #969176 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 118 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.41 |
| HSL | 50.63º | 0.13% | 0.53% | - |
| HSV(B) | 50.63º | 0.21% | 0.59% | - |
| XYZ | 25.97 | 28.04 | 21.18 | - |
| YUV | 143.42 | 113.66 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 118 | 0 | 0.03 | 0.21 | 0.41 | 50.63 | 0.13 | 0.53 |
| Hex | 96 | 91 | 76 | 0 | 3 | 15 | 29 | 33 | D | 35 |
| Octal | 226 | 221 | 166 | 0 | 3 | 25 | 51 | 63 | 15 | 65 |
| Binary | 10010110 | 10010001 | 1110110 | 0 | 11 | 10101 | 101001 | 110011 | 1101 | 110101 |
Color Harmonies of #969176
Complementary color
Monochromatic Colors of #969176
Black with #969176
Text Example
Text Example
White with #969176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969176; }
p { color: rgb(150,145,118); }
H1.HeaderClassName
{
color: #969176;
}
.AnyTagClassName
{
color: #969176;
}
</style>
background-color css
<style>
a { background-color: #969176; }
a { background-color: rgb(150,145,118); }
div.DivClassName
{
background-color: #969176;
}
.BgClassName
{
background-color: #969176;
}
</style>
border-color css
<style>
span { border-color: #969176; }
span { border-color: rgb(150,145,118); }
td.TdClassName
{
border-color: #969176;
}
.TagClassName
{
border-color: #969176;
}
</style>