Shades of Gurkha #928E6A
Tints of Gurkha #928E6A
RGB
CMYK
RGB Variations
Color information
#928E6A (or 0x928E6A) is known color: Gurkha. HEX triplet: 92, 8E and 6A. RGB value is (146,142,106). Sum of RGB (Red+Green+Blue) = 146+142+106=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 106 (41.80% from 255 or 26.90% from 394); Max value from RGB is 146 - color contains mainly: red. Hex color #928E6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E6A is #6D7195. Grayscale: #8B8B8B. Windows color (decimal): -7172502 or 6983314. OLE color: 6983314.
HSL color Cylindrical-coordinate representation of color #928E6A: hue angle of 54º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #928E6A is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 142 | 106 | - |
| CMYK | 0 | 0.03 | 0.27 | 0.43 |
| HSL | 54º | 0.16% | 0.49% | - |
| HSV(B) | 54º | 0.27% | 0.57% | - |
| XYZ | 24.13 | 26.5 | 17.48 | - |
| YUV | 139.09 | 109.33 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 106 | 0 | 0.03 | 0.27 | 0.43 | 54 | 0.16 | 0.49 |
| Hex | 92 | 8E | 6A | 0 | 3 | 1B | 2B | 36 | 10 | 31 |
| Octal | 222 | 216 | 152 | 0 | 3 | 33 | 53 | 66 | 20 | 61 |
| Binary | 10010010 | 10001110 | 1101010 | 0 | 11 | 11011 | 101011 | 110110 | 10000 | 110001 |
Color Harmonies of #928E6A
Complementary color
Monochromatic Colors of #928E6A
Black with #928E6A
Text Example
Text Example
White with #928E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928E6A; }
p { color: rgb(146,142,106); }
H1.HeaderClassName
{
color: #928E6A;
}
.AnyTagClassName
{
color: #928E6A;
}
</style>
background-color css
<style>
a { background-color: #928E6A; }
a { background-color: rgb(146,142,106); }
div.DivClassName
{
background-color: #928E6A;
}
.BgClassName
{
background-color: #928E6A;
}
</style>
border-color css
<style>
span { border-color: #928E6A; }
span { border-color: rgb(146,142,106); }
td.TdClassName
{
border-color: #928E6A;
}
.TagClassName
{
border-color: #928E6A;
}
</style>