Shades of Luxor Gold #9E8C40
Tints of Luxor Gold #9E8C40
RGB
CMYK
RGB Variations
Color information
#9E8C40 (or 0x9E8C40) is known color: Luxor Gold. HEX triplet: 9E, 8C and 40. RGB value is (158,140,64). Sum of RGB (Red+Green+Blue) = 158+140+64=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 140 (55.08% from 255 or 38.67% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8C40 is #6173BF. Grayscale: #898989. Windows color (decimal): -6386624 or 4230302. OLE color: 4230302.
HSL color Cylindrical-coordinate representation of color #9E8C40: hue angle of 48.51º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9E8C40 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 140 | 64 | - |
| CMYK | 0 | 0.11 | 0.59 | 0.38 |
| HSL | 48.51º | 0.42% | 0.44% | - |
| HSV(B) | 48.51º | 0.59% | 0.62% | - |
| XYZ | 24.4 | 26.4 | 8.66 | - |
| YUV | 136.72 | 86.96 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 64 | 0 | 0.11 | 0.59 | 0.38 | 48.51 | 0.42 | 0.44 |
| Hex | 9E | 8C | 40 | 0 | B | 3B | 26 | 31 | 2A | 2C |
| Octal | 236 | 214 | 100 | 0 | 13 | 73 | 46 | 61 | 52 | 54 |
| Binary | 10011110 | 10001100 | 1000000 | 0 | 1011 | 111011 | 100110 | 110001 | 101010 | 101100 |
Color Harmonies of #9E8C40
Complementary color
Monochromatic Colors of #9E8C40
Black with #9E8C40
Text Example
Text Example
White with #9E8C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8C40; }
p { color: rgb(158,140,64); }
H1.HeaderClassName
{
color: #9E8C40;
}
.AnyTagClassName
{
color: #9E8C40;
}
</style>
background-color css
<style>
a { background-color: #9E8C40; }
a { background-color: rgb(158,140,64); }
div.DivClassName
{
background-color: #9E8C40;
}
.BgClassName
{
background-color: #9E8C40;
}
</style>
border-color css
<style>
span { border-color: #9E8C40; }
span { border-color: rgb(158,140,64); }
td.TdClassName
{
border-color: #9E8C40;
}
.TagClassName
{
border-color: #9E8C40;
}
</style>