Shades of Gurkha #928B71
Tints of Gurkha #928B71
RGB
CMYK
RGB Variations
Color information
#928B71 (or 0x928B71) is known color: Gurkha. HEX triplet: 92, 8B and 71. RGB value is (146,139,113). Sum of RGB (Red+Green+Blue) = 146+139+113=398 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.68% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 146 - color contains mainly: red. Hex color #928B71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928B71 is #6D748E. Grayscale: #8A8A8A. Windows color (decimal): -7173263 or 7441298. OLE color: 7441298.
HSL color Cylindrical-coordinate representation of color #928B71: hue angle of 47.27º 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 #928B71 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 139 | 113 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.43 |
| HSL | 47.27º | 0.13% | 0.51% | - |
| HSV(B) | 47.27º | 0.23% | 0.57% | - |
| XYZ | 24.07 | 25.77 | 19.33 | - |
| YUV | 138.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 113 | 0 | 0.05 | 0.23 | 0.43 | 47.27 | 0.13 | 0.51 |
| Hex | 92 | 8B | 71 | 0 | 5 | 17 | 2B | 2F | D | 33 |
| Octal | 222 | 213 | 161 | 0 | 5 | 27 | 53 | 57 | 15 | 63 |
| Binary | 10010010 | 10001011 | 1110001 | 0 | 101 | 10111 | 101011 | 101111 | 1101 | 110011 |
Color Harmonies of #928B71
Complementary color
Monochromatic Colors of #928B71
Black with #928B71
Text Example
Text Example
White with #928B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B71; }
p { color: rgb(146,139,113); }
H1.HeaderClassName
{
color: #928B71;
}
.AnyTagClassName
{
color: #928B71;
}
</style>
background-color css
<style>
a { background-color: #928B71; }
a { background-color: rgb(146,139,113); }
div.DivClassName
{
background-color: #928B71;
}
.BgClassName
{
background-color: #928B71;
}
</style>
border-color css
<style>
span { border-color: #928B71; }
span { border-color: rgb(146,139,113); }
td.TdClassName
{
border-color: #928B71;
}
.TagClassName
{
border-color: #928B71;
}
</style>