Shades of Gurkha #928E67
Tints of Gurkha #928E67
RGB
CMYK
RGB Variations
Color information
#928E67 (or 0x928E67) is known color: Gurkha. HEX triplet: 92, 8E and 67. RGB value is (146,142,103). Sum of RGB (Red+Green+Blue) = 146+142+103=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 103 (40.62% from 255 or 26.34% from 391); Max value from RGB is 146 - color contains mainly: red. Hex color #928E67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928E67 is #6D7198. Grayscale: #8A8A8A. Windows color (decimal): -7172505 or 6786706. OLE color: 6786706.
HSL color Cylindrical-coordinate representation of color #928E67: hue angle of 54.42º 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 #928E67 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 142 | 103 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.43 |
| HSL | 54.42º | 0.17% | 0.49% | - |
| HSV(B) | 54.42º | 0.29% | 0.57% | - |
| XYZ | 23.98 | 26.44 | 16.67 | - |
| YUV | 138.75 | 107.83 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 103 | 0 | 0.03 | 0.29 | 0.43 | 54.42 | 0.17 | 0.49 |
| Hex | 92 | 8E | 67 | 0 | 3 | 1D | 2B | 36 | 11 | 31 |
| Octal | 222 | 216 | 147 | 0 | 3 | 35 | 53 | 66 | 21 | 61 |
| Binary | 10010010 | 10001110 | 1100111 | 0 | 11 | 11101 | 101011 | 110110 | 10001 | 110001 |
Color Harmonies of #928E67
Complementary color
Monochromatic Colors of #928E67
Black with #928E67
Text Example
Text Example
White with #928E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928E67; }
p { color: rgb(146,142,103); }
H1.HeaderClassName
{
color: #928E67;
}
.AnyTagClassName
{
color: #928E67;
}
</style>
background-color css
<style>
a { background-color: #928E67; }
a { background-color: rgb(146,142,103); }
div.DivClassName
{
background-color: #928E67;
}
.BgClassName
{
background-color: #928E67;
}
</style>
border-color css
<style>
span { border-color: #928E67; }
span { border-color: rgb(146,142,103); }
td.TdClassName
{
border-color: #928E67;
}
.TagClassName
{
border-color: #928E67;
}
</style>