Shades of Luxor Gold #9E8F4F
Tints of Luxor Gold #9E8F4F
RGB
CMYK
RGB Variations
Color information
#9E8F4F (or 0x9E8F4F) is known color: Luxor Gold. HEX triplet: 9E, 8F and 4F. RGB value is (158,143,79). Sum of RGB (Red+Green+Blue) = 158+143+79=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8F4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8F4F is #6170B0. Grayscale: #8C8C8C. Windows color (decimal): -6385841 or 5214110. OLE color: 5214110.
HSL color Cylindrical-coordinate representation of color #9E8F4F: hue angle of 48.61º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9E8F4F is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 143 | 79 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.38 |
| HSL | 48.61º | 0.33% | 0.46% | - |
| HSV(B) | 48.61º | 0.5% | 0.62% | - |
| XYZ | 25.33 | 27.48 | 11.37 | - |
| YUV | 140.19 | 93.47 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 143 | 79 | 0 | 0.09 | 0.50 | 0.38 | 48.61 | 0.33 | 0.46 |
| Hex | 9E | 8F | 4F | 0 | 9 | 32 | 26 | 31 | 21 | 2E |
| Octal | 236 | 217 | 117 | 0 | 11 | 62 | 46 | 61 | 41 | 56 |
| Binary | 10011110 | 10001111 | 1001111 | 0 | 1001 | 110010 | 100110 | 110001 | 100001 | 101110 |
Color Harmonies of #9E8F4F
Complementary color
Monochromatic Colors of #9E8F4F
Black with #9E8F4F
Text Example
Text Example
White with #9E8F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8F4F; }
p { color: rgb(158,143,79); }
H1.HeaderClassName
{
color: #9E8F4F;
}
.AnyTagClassName
{
color: #9E8F4F;
}
</style>
background-color css
<style>
a { background-color: #9E8F4F; }
a { background-color: rgb(158,143,79); }
div.DivClassName
{
background-color: #9E8F4F;
}
.BgClassName
{
background-color: #9E8F4F;
}
</style>
border-color css
<style>
span { border-color: #9E8F4F; }
span { border-color: rgb(158,143,79); }
td.TdClassName
{
border-color: #9E8F4F;
}
.TagClassName
{
border-color: #9E8F4F;
}
</style>