Shades of Luxor Gold #9F8D4D
Tints of Luxor Gold #9F8D4D
RGB
CMYK
RGB Variations
Color information
#9F8D4D (or 0x9F8D4D) is known color: Luxor Gold. HEX triplet: 9F, 8D and 4D. RGB value is (159,141,77). Sum of RGB (Red+Green+Blue) = 159+141+77=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 77 (30.47% from 255 or 20.42% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F8D4D is #6072B2. Grayscale: #8B8B8B. Windows color (decimal): -6320819 or 5082527. OLE color: 5082527.
HSL color Cylindrical-coordinate representation of color #9F8D4D: hue angle of 46.83º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F8D4D is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 141 | 77 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.38 |
| HSL | 46.83º | 0.35% | 0.46% | - |
| HSV(B) | 46.83º | 0.52% | 0.62% | - |
| XYZ | 25.16 | 26.96 | 10.9 | - |
| YUV | 139.09 | 92.96 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 141 | 77 | 0 | 0.11 | 0.52 | 0.38 | 46.83 | 0.35 | 0.46 |
| Hex | 9F | 8D | 4D | 0 | B | 34 | 26 | 2F | 23 | 2E |
| Octal | 237 | 215 | 115 | 0 | 13 | 64 | 46 | 57 | 43 | 56 |
| Binary | 10011111 | 10001101 | 1001101 | 0 | 1011 | 110100 | 100110 | 101111 | 100011 | 101110 |
Color Harmonies of #9F8D4D
Complementary color
Monochromatic Colors of #9F8D4D
Black with #9F8D4D
Text Example
Text Example
White with #9F8D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8D4D; }
p { color: rgb(159,141,77); }
H1.HeaderClassName
{
color: #9F8D4D;
}
.AnyTagClassName
{
color: #9F8D4D;
}
</style>
background-color css
<style>
a { background-color: #9F8D4D; }
a { background-color: rgb(159,141,77); }
div.DivClassName
{
background-color: #9F8D4D;
}
.BgClassName
{
background-color: #9F8D4D;
}
</style>
border-color css
<style>
span { border-color: #9F8D4D; }
span { border-color: rgb(159,141,77); }
td.TdClassName
{
border-color: #9F8D4D;
}
.TagClassName
{
border-color: #9F8D4D;
}
</style>