Shades of Gurkha #928D71
Tints of Gurkha #928D71
RGB
CMYK
RGB Variations
Color information
#928D71 (or 0x928D71) is known color: Gurkha. HEX triplet: 92, 8D and 71. RGB value is (146,141,113). Sum of RGB (Red+Green+Blue) = 146+141+113=400 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.5% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 113 (44.53% from 255 or 28.25% from 400); Max value from RGB is 146 - color contains mainly: red. Hex color #928D71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D71 is #6D728E. Grayscale: #8B8B8B. Windows color (decimal): -7172751 or 7441810. OLE color: 7441810.
HSL color Cylindrical-coordinate representation of color #928D71: hue angle of 50.91º 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 #928D71 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 141 | 113 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.43 |
| HSL | 50.91º | 0.13% | 0.51% | - |
| HSV(B) | 50.91º | 0.23% | 0.57% | - |
| XYZ | 24.36 | 26.35 | 19.43 | - |
| YUV | 139.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 113 | 0 | 0.03 | 0.23 | 0.43 | 50.91 | 0.13 | 0.51 |
| Hex | 92 | 8D | 71 | 0 | 3 | 17 | 2B | 33 | D | 33 |
| Octal | 222 | 215 | 161 | 0 | 3 | 27 | 53 | 63 | 15 | 63 |
| Binary | 10010010 | 10001101 | 1110001 | 0 | 11 | 10111 | 101011 | 110011 | 1101 | 110011 |
Color Harmonies of #928D71
Complementary color
Monochromatic Colors of #928D71
Black with #928D71
Text Example
Text Example
White with #928D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928D71; }
p { color: rgb(146,141,113); }
H1.HeaderClassName
{
color: #928D71;
}
.AnyTagClassName
{
color: #928D71;
}
</style>
background-color css
<style>
a { background-color: #928D71; }
a { background-color: rgb(146,141,113); }
div.DivClassName
{
background-color: #928D71;
}
.BgClassName
{
background-color: #928D71;
}
</style>
border-color css
<style>
span { border-color: #928D71; }
span { border-color: rgb(146,141,113); }
td.TdClassName
{
border-color: #928D71;
}
.TagClassName
{
border-color: #928D71;
}
</style>