Shades of Luxor Gold #9E8640
Tints of Luxor Gold #9E8640
RGB
CMYK
RGB Variations
Color information
#9E8640 (or 0x9E8640) is known color: Luxor Gold. HEX triplet: 9E, 86 and 40. RGB value is (158,134,64). Sum of RGB (Red+Green+Blue) = 158+134+64=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 64 (25.39% from 255 or 17.98% from 356); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E8640 is #6179BF. Grayscale: #858585. Windows color (decimal): -6388160 or 4228766. OLE color: 4228766.
HSL color Cylindrical-coordinate representation of color #9E8640: hue angle of 44.68º 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 #9E8640 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 134 | 64 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.38 |
| HSL | 44.68º | 0.42% | 0.44% | - |
| HSV(B) | 44.68º | 0.59% | 0.62% | - |
| XYZ | 23.55 | 24.69 | 8.37 | - |
| YUV | 133.2 | 88.95 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 134 | 64 | 0 | 0.15 | 0.59 | 0.38 | 44.68 | 0.42 | 0.44 |
| Hex | 9E | 86 | 40 | 0 | F | 3B | 26 | 2D | 2A | 2C |
| Octal | 236 | 206 | 100 | 0 | 17 | 73 | 46 | 55 | 52 | 54 |
| Binary | 10011110 | 10000110 | 1000000 | 0 | 1111 | 111011 | 100110 | 101101 | 101010 | 101100 |
Color Harmonies of #9E8640
Complementary color
Monochromatic Colors of #9E8640
Black with #9E8640
Text Example
Text Example
White with #9E8640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8640; }
p { color: rgb(158,134,64); }
H1.HeaderClassName
{
color: #9E8640;
}
.AnyTagClassName
{
color: #9E8640;
}
</style>
background-color css
<style>
a { background-color: #9E8640; }
a { background-color: rgb(158,134,64); }
div.DivClassName
{
background-color: #9E8640;
}
.BgClassName
{
background-color: #9E8640;
}
</style>
border-color css
<style>
span { border-color: #9E8640; }
span { border-color: rgb(158,134,64); }
td.TdClassName
{
border-color: #9E8640;
}
.TagClassName
{
border-color: #9E8640;
}
</style>