Shades of Luxor Gold #9F914C
Tints of Luxor Gold #9F914C
RGB
CMYK
RGB Variations
Color information
#9F914C (or 0x9F914C) is known color: Luxor Gold. HEX triplet: 9F, 91 and 4C. RGB value is (159,145,76). Sum of RGB (Red+Green+Blue) = 159+145+76=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 159 - color contains mainly: red. Hex color #9F914C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F914C is #606EB3. Grayscale: #8D8D8D. Windows color (decimal): -6319796 or 5018015. OLE color: 5018015.
HSL color Cylindrical-coordinate representation of color #9F914C: hue angle of 49.88º 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 #9F914C is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 145 | 76 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.38 |
| HSL | 49.88º | 0.35% | 0.46% | - |
| HSV(B) | 49.88º | 0.52% | 0.62% | - |
| XYZ | 25.73 | 28.14 | 10.91 | - |
| YUV | 141.32 | 91.14 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 76 | 0 | 0.09 | 0.52 | 0.38 | 49.88 | 0.35 | 0.46 |
| Hex | 9F | 91 | 4C | 0 | 9 | 34 | 26 | 32 | 23 | 2E |
| Octal | 237 | 221 | 114 | 0 | 11 | 64 | 46 | 62 | 43 | 56 |
| Binary | 10011111 | 10010001 | 1001100 | 0 | 1001 | 110100 | 100110 | 110010 | 100011 | 101110 |
Color Harmonies of #9F914C
Complementary color
Monochromatic Colors of #9F914C
Black with #9F914C
Text Example
Text Example
White with #9F914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F914C; }
p { color: rgb(159,145,76); }
H1.HeaderClassName
{
color: #9F914C;
}
.AnyTagClassName
{
color: #9F914C;
}
</style>
background-color css
<style>
a { background-color: #9F914C; }
a { background-color: rgb(159,145,76); }
div.DivClassName
{
background-color: #9F914C;
}
.BgClassName
{
background-color: #9F914C;
}
</style>
border-color css
<style>
span { border-color: #9F914C; }
span { border-color: rgb(159,145,76); }
td.TdClassName
{
border-color: #9F914C;
}
.TagClassName
{
border-color: #9F914C;
}
</style>