Shades of Gurkha #969177
Tints of Gurkha #969177
RGB
CMYK
RGB Variations
Color information
#969177 (or 0x969177) is known color: Gurkha. HEX triplet: 96, 91 and 77. RGB value is (150,145,119). Sum of RGB (Red+Green+Blue) = 150+145+119=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 119 (46.88% from 255 or 28.74% from 414); Max value from RGB is 150 - color contains mainly: red. Hex color #969177 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969177 is #696E88. Grayscale: #8F8F8F. Windows color (decimal): -6909577 or 7836054. OLE color: 7836054.
HSL color Cylindrical-coordinate representation of color #969177: hue angle of 50.32º 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 #969177 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 119 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.41 |
| HSL | 50.32º | 0.13% | 0.53% | - |
| HSV(B) | 50.32º | 0.21% | 0.59% | - |
| XYZ | 26.03 | 28.07 | 21.5 | - |
| YUV | 143.53 | 114.16 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 119 | 0 | 0.03 | 0.21 | 0.41 | 50.32 | 0.13 | 0.53 |
| Hex | 96 | 91 | 77 | 0 | 3 | 15 | 29 | 32 | D | 35 |
| Octal | 226 | 221 | 167 | 0 | 3 | 25 | 51 | 62 | 15 | 65 |
| Binary | 10010110 | 10010001 | 1110111 | 0 | 11 | 10101 | 101001 | 110010 | 1101 | 110101 |
Color Harmonies of #969177
Complementary color
Monochromatic Colors of #969177
Black with #969177
Text Example
Text Example
White with #969177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969177; }
p { color: rgb(150,145,119); }
H1.HeaderClassName
{
color: #969177;
}
.AnyTagClassName
{
color: #969177;
}
</style>
background-color css
<style>
a { background-color: #969177; }
a { background-color: rgb(150,145,119); }
div.DivClassName
{
background-color: #969177;
}
.BgClassName
{
background-color: #969177;
}
</style>
border-color css
<style>
span { border-color: #969177; }
span { border-color: rgb(150,145,119); }
td.TdClassName
{
border-color: #969177;
}
.TagClassName
{
border-color: #969177;
}
</style>