Shades of Gurkha #928E71
Tints of Gurkha #928E71
RGB
CMYK
RGB Variations
Color information
#928E71 (or 0x928E71) is known color: Gurkha. HEX triplet: 92, 8E and 71. RGB value is (146,142,113). Sum of RGB (Red+Green+Blue) = 146+142+113=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 113 (44.53% from 255 or 28.18% from 401); Max value from RGB is 146 - color contains mainly: red. Hex color #928E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E71 is #6D718E. Grayscale: #8C8C8C. Windows color (decimal): -7172495 or 7442066. OLE color: 7442066.
HSL color Cylindrical-coordinate representation of color #928E71: hue angle of 52.73º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #928E71 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 142 | 113 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.43 |
| HSL | 52.73º | 0.13% | 0.51% | - |
| HSV(B) | 52.73º | 0.23% | 0.57% | - |
| XYZ | 24.51 | 26.65 | 19.47 | - |
| YUV | 139.89 | 112.83 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 113 | 0 | 0.03 | 0.23 | 0.43 | 52.73 | 0.13 | 0.51 |
| Hex | 92 | 8E | 71 | 0 | 3 | 17 | 2B | 35 | D | 33 |
| Octal | 222 | 216 | 161 | 0 | 3 | 27 | 53 | 65 | 15 | 63 |
| Binary | 10010010 | 10001110 | 1110001 | 0 | 11 | 10111 | 101011 | 110101 | 1101 | 110011 |
Color Harmonies of #928E71
Complementary color
Monochromatic Colors of #928E71
Black with #928E71
Text Example
Text Example
White with #928E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928E71; }
p { color: rgb(146,142,113); }
H1.HeaderClassName
{
color: #928E71;
}
.AnyTagClassName
{
color: #928E71;
}
</style>
background-color css
<style>
a { background-color: #928E71; }
a { background-color: rgb(146,142,113); }
div.DivClassName
{
background-color: #928E71;
}
.BgClassName
{
background-color: #928E71;
}
</style>
border-color css
<style>
span { border-color: #928E71; }
span { border-color: rgb(146,142,113); }
td.TdClassName
{
border-color: #928E71;
}
.TagClassName
{
border-color: #928E71;
}
</style>