Shades of Gurkha #928E68
Tints of Gurkha #928E68
RGB
CMYK
RGB Variations
Color information
#928E68 (or 0x928E68) is known color: Gurkha. HEX triplet: 92, 8E and 68. RGB value is (146,142,104). Sum of RGB (Red+Green+Blue) = 146+142+104=392 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.24% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 146 - color contains mainly: red. Hex color #928E68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E68 is #6D7197. Grayscale: #8B8B8B. Windows color (decimal): -7172504 or 6852242. OLE color: 6852242.
HSL color Cylindrical-coordinate representation of color #928E68: hue angle of 54.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #928E68 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 142 | 104 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.43 |
| HSL | 54.29º | 0.17% | 0.49% | - |
| HSV(B) | 54.29º | 0.29% | 0.57% | - |
| XYZ | 24.03 | 26.46 | 16.94 | - |
| YUV | 138.86 | 108.33 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 104 | 0 | 0.03 | 0.29 | 0.43 | 54.29 | 0.17 | 0.49 |
| Hex | 92 | 8E | 68 | 0 | 3 | 1D | 2B | 36 | 11 | 31 |
| Octal | 222 | 216 | 150 | 0 | 3 | 35 | 53 | 66 | 21 | 61 |
| Binary | 10010010 | 10001110 | 1101000 | 0 | 11 | 11101 | 101011 | 110110 | 10001 | 110001 |
Color Harmonies of #928E68
Complementary color
Monochromatic Colors of #928E68
Black with #928E68
Text Example
Text Example
White with #928E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928E68; }
p { color: rgb(146,142,104); }
H1.HeaderClassName
{
color: #928E68;
}
.AnyTagClassName
{
color: #928E68;
}
</style>
background-color css
<style>
a { background-color: #928E68; }
a { background-color: rgb(146,142,104); }
div.DivClassName
{
background-color: #928E68;
}
.BgClassName
{
background-color: #928E68;
}
</style>
border-color css
<style>
span { border-color: #928E68; }
span { border-color: rgb(146,142,104); }
td.TdClassName
{
border-color: #928E68;
}
.TagClassName
{
border-color: #928E68;
}
</style>