Shades of Gurkha #928D70
Tints of Gurkha #928D70
RGB
CMYK
RGB Variations
Color information
#928D70 (or 0x928D70) is known color: Gurkha. HEX triplet: 92, 8D and 70. RGB value is (146,141,112). Sum of RGB (Red+Green+Blue) = 146+141+112=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 112 (44.14% from 255 or 28.07% from 399); Max value from RGB is 146 - color contains mainly: red. Hex color #928D70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D70 is #6D728F. Grayscale: #8B8B8B. Windows color (decimal): -7172752 or 7376274. OLE color: 7376274.
HSL color Cylindrical-coordinate representation of color #928D70: hue angle of 51.18º 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 #928D70 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 141 | 112 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.43 |
| HSL | 51.18º | 0.13% | 0.51% | - |
| HSV(B) | 51.18º | 0.23% | 0.57% | - |
| XYZ | 24.3 | 26.33 | 19.13 | - |
| YUV | 139.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 141 | 112 | 0 | 0.03 | 0.23 | 0.43 | 51.18 | 0.13 | 0.51 |
| Hex | 92 | 8D | 70 | 0 | 3 | 17 | 2B | 33 | D | 33 |
| Octal | 222 | 215 | 160 | 0 | 3 | 27 | 53 | 63 | 15 | 63 |
| Binary | 10010010 | 10001101 | 1110000 | 0 | 11 | 10111 | 101011 | 110011 | 1101 | 110011 |
Color Harmonies of #928D70
Complementary color
Monochromatic Colors of #928D70
Black with #928D70
Text Example
Text Example
White with #928D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928D70; }
p { color: rgb(146,141,112); }
H1.HeaderClassName
{
color: #928D70;
}
.AnyTagClassName
{
color: #928D70;
}
</style>
background-color css
<style>
a { background-color: #928D70; }
a { background-color: rgb(146,141,112); }
div.DivClassName
{
background-color: #928D70;
}
.BgClassName
{
background-color: #928D70;
}
</style>
border-color css
<style>
span { border-color: #928D70; }
span { border-color: rgb(146,141,112); }
td.TdClassName
{
border-color: #928D70;
}
.TagClassName
{
border-color: #928D70;
}
</style>