Shades of Luxor Gold #9F914D
Tints of Luxor Gold #9F914D
RGB
CMYK
RGB Variations
Color information
#9F914D (or 0x9F914D) is known color: Luxor Gold. HEX triplet: 9F, 91 and 4D. RGB value is (159,145,77). Sum of RGB (Red+Green+Blue) = 159+145+77=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 77 (30.47% from 255 or 20.21% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F914D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F914D is #606EB2. Grayscale: #8D8D8D. Windows color (decimal): -6319795 or 5083551. OLE color: 5083551.
HSL color Cylindrical-coordinate representation of color #9F914D: hue angle of 49.76º 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 #9F914D is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 145 | 77 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.38 |
| HSL | 49.76º | 0.35% | 0.46% | - |
| HSV(B) | 49.76º | 0.52% | 0.62% | - |
| XYZ | 25.76 | 28.16 | 11.1 | - |
| YUV | 141.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 77 | 0 | 0.09 | 0.52 | 0.38 | 49.76 | 0.35 | 0.46 |
| Hex | 9F | 91 | 4D | 0 | 9 | 34 | 26 | 32 | 23 | 2E |
| Octal | 237 | 221 | 115 | 0 | 11 | 64 | 46 | 62 | 43 | 56 |
| Binary | 10011111 | 10010001 | 1001101 | 0 | 1001 | 110100 | 100110 | 110010 | 100011 | 101110 |
Color Harmonies of #9F914D
Complementary color
Monochromatic Colors of #9F914D
Black with #9F914D
Text Example
Text Example
White with #9F914D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F914D; }
p { color: rgb(159,145,77); }
H1.HeaderClassName
{
color: #9F914D;
}
.AnyTagClassName
{
color: #9F914D;
}
</style>
background-color css
<style>
a { background-color: #9F914D; }
a { background-color: rgb(159,145,77); }
div.DivClassName
{
background-color: #9F914D;
}
.BgClassName
{
background-color: #9F914D;
}
</style>
border-color css
<style>
span { border-color: #9F914D; }
span { border-color: rgb(159,145,77); }
td.TdClassName
{
border-color: #9F914D;
}
.TagClassName
{
border-color: #9F914D;
}
</style>