Shades of Luxor Gold #9F914B
Tints of Luxor Gold #9F914B
RGB
CMYK
RGB Variations
Color information
#9F914B (or 0x9F914B) is known color: Luxor Gold. HEX triplet: 9F, 91 and 4B. RGB value is (159,145,75). Sum of RGB (Red+Green+Blue) = 159+145+75=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 145 (57.03% from 255 or 38.26% from 379); Blue value is 75 (29.69% from 255 or 19.79% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F914B is #606EB4. Grayscale: #8D8D8D. Windows color (decimal): -6319797 or 4952479. OLE color: 4952479.
HSL color Cylindrical-coordinate representation of color #9F914B: hue angle of 50º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F914B is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 145 | 75 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.38 |
| HSL | 50º | 0.36% | 0.46% | - |
| HSV(B) | 50º | 0.53% | 0.62% | - |
| XYZ | 25.69 | 28.13 | 10.73 | - |
| YUV | 141.21 | 90.64 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 75 | 0 | 0.09 | 0.53 | 0.38 | 50 | 0.36 | 0.46 |
| Hex | 9F | 91 | 4B | 0 | 9 | 35 | 26 | 32 | 24 | 2E |
| Octal | 237 | 221 | 113 | 0 | 11 | 65 | 46 | 62 | 44 | 56 |
| Binary | 10011111 | 10010001 | 1001011 | 0 | 1001 | 110101 | 100110 | 110010 | 100100 | 101110 |
Color Harmonies of #9F914B
Complementary color
Monochromatic Colors of #9F914B
Black with #9F914B
Text Example
Text Example
White with #9F914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F914B; }
p { color: rgb(159,145,75); }
H1.HeaderClassName
{
color: #9F914B;
}
.AnyTagClassName
{
color: #9F914B;
}
</style>
background-color css
<style>
a { background-color: #9F914B; }
a { background-color: rgb(159,145,75); }
div.DivClassName
{
background-color: #9F914B;
}
.BgClassName
{
background-color: #9F914B;
}
</style>
border-color css
<style>
span { border-color: #9F914B; }
span { border-color: rgb(159,145,75); }
td.TdClassName
{
border-color: #9F914B;
}
.TagClassName
{
border-color: #9F914B;
}
</style>