Shades of Luxor Gold #9E863F
Tints of Luxor Gold #9E863F
RGB
CMYK
RGB Variations
Color information
#9E863F (or 0x9E863F) is known color: Luxor Gold. HEX triplet: 9E, 86 and 3F. RGB value is (158,134,63). Sum of RGB (Red+Green+Blue) = 158+134+63=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 63 (25% from 255 or 17.75% from 355); Max value from RGB is 158 - color contains mainly: red. Hex color #9E863F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9E863F is #6179C0. Grayscale: #858585. Windows color (decimal): -6388161 or 4163230. OLE color: 4163230.
HSL color Cylindrical-coordinate representation of color #9E863F: hue angle of 44.84º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E863F is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 134 | 63 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.38 |
| HSL | 44.84º | 0.43% | 0.43% | - |
| HSV(B) | 44.84º | 0.6% | 0.62% | - |
| XYZ | 23.52 | 24.68 | 8.23 | - |
| YUV | 133.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 134 | 63 | 0 | 0.15 | 0.60 | 0.38 | 44.84 | 0.43 | 0.43 |
| Hex | 9E | 86 | 3F | 0 | F | 3C | 26 | 2D | 2B | 2B |
| Octal | 236 | 206 | 77 | 0 | 17 | 74 | 46 | 55 | 53 | 53 |
| Binary | 10011110 | 10000110 | 111111 | 0 | 1111 | 111100 | 100110 | 101101 | 101011 | 101011 |
Color Harmonies of #9E863F
Complementary color
Monochromatic Colors of #9E863F
Black with #9E863F
Text Example
Text Example
White with #9E863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E863F; }
p { color: rgb(158,134,63); }
H1.HeaderClassName
{
color: #9E863F;
}
.AnyTagClassName
{
color: #9E863F;
}
</style>
background-color css
<style>
a { background-color: #9E863F; }
a { background-color: rgb(158,134,63); }
div.DivClassName
{
background-color: #9E863F;
}
.BgClassName
{
background-color: #9E863F;
}
</style>
border-color css
<style>
span { border-color: #9E863F; }
span { border-color: rgb(158,134,63); }
td.TdClassName
{
border-color: #9E863F;
}
.TagClassName
{
border-color: #9E863F;
}
</style>