Shades of Gurkha #928C74
Tints of Gurkha #928C74
RGB
CMYK
RGB Variations
Color information
#928C74 (or 0x928C74) is known color: Gurkha. HEX triplet: 92, 8C and 74. RGB value is (146,140,116). Sum of RGB (Red+Green+Blue) = 146+140+116=402 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.32% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 146 - color contains mainly: red. Hex color #928C74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928C74 is #6D738B. Grayscale: #8B8B8B. Windows color (decimal): -7173004 or 7638162. OLE color: 7638162.
HSL color Cylindrical-coordinate representation of color #928C74: hue angle of 48º 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 #928C74 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 140 | 116 | - |
| CMYK | 0 | 0.04 | 0.21 | 0.43 |
| HSL | 48º | 0.12% | 0.51% | - |
| HSV(B) | 48º | 0.21% | 0.57% | - |
| XYZ | 24.38 | 26.13 | 20.28 | - |
| YUV | 139.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 140 | 116 | 0 | 0.04 | 0.21 | 0.43 | 48 | 0.12 | 0.51 |
| Hex | 92 | 8C | 74 | 0 | 4 | 15 | 2B | 30 | C | 33 |
| Octal | 222 | 214 | 164 | 0 | 4 | 25 | 53 | 60 | 14 | 63 |
| Binary | 10010010 | 10001100 | 1110100 | 0 | 100 | 10101 | 101011 | 110000 | 1100 | 110011 |
Color Harmonies of #928C74
Complementary color
Monochromatic Colors of #928C74
Black with #928C74
Text Example
Text Example
White with #928C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928C74; }
p { color: rgb(146,140,116); }
H1.HeaderClassName
{
color: #928C74;
}
.AnyTagClassName
{
color: #928C74;
}
</style>
background-color css
<style>
a { background-color: #928C74; }
a { background-color: rgb(146,140,116); }
div.DivClassName
{
background-color: #928C74;
}
.BgClassName
{
background-color: #928C74;
}
</style>
border-color css
<style>
span { border-color: #928C74; }
span { border-color: rgb(146,140,116); }
td.TdClassName
{
border-color: #928C74;
}
.TagClassName
{
border-color: #928C74;
}
</style>