Shades of Luxor Gold #9E8648
Tints of Luxor Gold #9E8648
RGB
CMYK
RGB Variations
Color information
#9E8648 (or 0x9E8648) is known color: Luxor Gold. HEX triplet: 9E, 86 and 48. RGB value is (158,134,72). Sum of RGB (Red+Green+Blue) = 158+134+72=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8648 is #6179B7. Grayscale: #868686. Windows color (decimal): -6388152 or 4753054. OLE color: 4753054.
HSL color Cylindrical-coordinate representation of color #9E8648: hue angle of 43.26º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E8648 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 134 | 72 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.38 |
| HSL | 43.26º | 0.37% | 0.45% | - |
| HSV(B) | 43.26º | 0.54% | 0.62% | - |
| XYZ | 23.8 | 24.79 | 9.66 | - |
| YUV | 134.11 | 92.95 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 134 | 72 | 0 | 0.15 | 0.54 | 0.38 | 43.26 | 0.37 | 0.45 |
| Hex | 9E | 86 | 48 | 0 | F | 36 | 26 | 2B | 25 | 2D |
| Octal | 236 | 206 | 110 | 0 | 17 | 66 | 46 | 53 | 45 | 55 |
| Binary | 10011110 | 10000110 | 1001000 | 0 | 1111 | 110110 | 100110 | 101011 | 100101 | 101101 |
Color Harmonies of #9E8648
Complementary color
Monochromatic Colors of #9E8648
Black with #9E8648
Text Example
Text Example
White with #9E8648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8648; }
p { color: rgb(158,134,72); }
H1.HeaderClassName
{
color: #9E8648;
}
.AnyTagClassName
{
color: #9E8648;
}
</style>
background-color css
<style>
a { background-color: #9E8648; }
a { background-color: rgb(158,134,72); }
div.DivClassName
{
background-color: #9E8648;
}
.BgClassName
{
background-color: #9E8648;
}
</style>
border-color css
<style>
span { border-color: #9E8648; }
span { border-color: rgb(158,134,72); }
td.TdClassName
{
border-color: #9E8648;
}
.TagClassName
{
border-color: #9E8648;
}
</style>