Shades of Gurkha #928C73
Tints of Gurkha #928C73
RGB
CMYK
RGB Variations
Color information
#928C73 (or 0x928C73) is known color: Gurkha. HEX triplet: 92, 8C and 73. RGB value is (146,140,115). Sum of RGB (Red+Green+Blue) = 146+140+115=401 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.41% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 146 - color contains mainly: red. Hex color #928C73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928C73 is #6D738C. Grayscale: #8B8B8B. Windows color (decimal): -7173005 or 7572626. OLE color: 7572626.
HSL color Cylindrical-coordinate representation of color #928C73: hue angle of 48.39º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #928C73 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 140 | 115 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.43 |
| HSL | 48.39º | 0.12% | 0.51% | - |
| HSV(B) | 48.39º | 0.21% | 0.57% | - |
| XYZ | 24.33 | 26.1 | 19.98 | - |
| YUV | 138.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 115 | 0 | 0.04 | 0.21 | 0.43 | 48.39 | 0.12 | 0.51 |
| Hex | 92 | 8C | 73 | 0 | 4 | 15 | 2B | 30 | C | 33 |
| Octal | 222 | 214 | 163 | 0 | 4 | 25 | 53 | 60 | 14 | 63 |
| Binary | 10010010 | 10001100 | 1110011 | 0 | 100 | 10101 | 101011 | 110000 | 1100 | 110011 |
Color Harmonies of #928C73
Complementary color
Monochromatic Colors of #928C73
Black with #928C73
Text Example
Text Example
White with #928C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928C73; }
p { color: rgb(146,140,115); }
H1.HeaderClassName
{
color: #928C73;
}
.AnyTagClassName
{
color: #928C73;
}
</style>
background-color css
<style>
a { background-color: #928C73; }
a { background-color: rgb(146,140,115); }
div.DivClassName
{
background-color: #928C73;
}
.BgClassName
{
background-color: #928C73;
}
</style>
border-color css
<style>
span { border-color: #928C73; }
span { border-color: rgb(146,140,115); }
td.TdClassName
{
border-color: #928C73;
}
.TagClassName
{
border-color: #928C73;
}
</style>