Shades of Luxor Gold #9E8C46
Tints of Luxor Gold #9E8C46
RGB
CMYK
RGB Variations
Color information
#9E8C46 (or 0x9E8C46) is known color: Luxor Gold. HEX triplet: 9E, 8C and 46. RGB value is (158,140,70). Sum of RGB (Red+Green+Blue) = 158+140+70=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 140 (55.08% from 255 or 38.04% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8C46 is #6173B9. Grayscale: #898989. Windows color (decimal): -6386618 or 4623518. OLE color: 4623518.
HSL color Cylindrical-coordinate representation of color #9E8C46: hue angle of 47.73º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9E8C46 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 140 | 70 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.38 |
| HSL | 47.73º | 0.39% | 0.45% | - |
| HSV(B) | 47.73º | 0.56% | 0.62% | - |
| XYZ | 24.58 | 26.47 | 9.61 | - |
| YUV | 137.4 | 89.96 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 70 | 0 | 0.11 | 0.56 | 0.38 | 47.73 | 0.39 | 0.45 |
| Hex | 9E | 8C | 46 | 0 | B | 38 | 26 | 30 | 27 | 2D |
| Octal | 236 | 214 | 106 | 0 | 13 | 70 | 46 | 60 | 47 | 55 |
| Binary | 10011110 | 10001100 | 1000110 | 0 | 1011 | 111000 | 100110 | 110000 | 100111 | 101101 |
Color Harmonies of #9E8C46
Complementary color
Monochromatic Colors of #9E8C46
Black with #9E8C46
Text Example
Text Example
White with #9E8C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8C46; }
p { color: rgb(158,140,70); }
H1.HeaderClassName
{
color: #9E8C46;
}
.AnyTagClassName
{
color: #9E8C46;
}
</style>
background-color css
<style>
a { background-color: #9E8C46; }
a { background-color: rgb(158,140,70); }
div.DivClassName
{
background-color: #9E8C46;
}
.BgClassName
{
background-color: #9E8C46;
}
</style>
border-color css
<style>
span { border-color: #9E8C46; }
span { border-color: rgb(158,140,70); }
td.TdClassName
{
border-color: #9E8C46;
}
.TagClassName
{
border-color: #9E8C46;
}
</style>