Shades of Luxor Gold #9F9042
Tints of Luxor Gold #9F9042
RGB
CMYK
RGB Variations
Color information
#9F9042 (or 0x9F9042) is known color: Luxor Gold. HEX triplet: 9F, 90 and 42. RGB value is (159,144,66). Sum of RGB (Red+Green+Blue) = 159+144+66=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 144 (56.64% from 255 or 39.02% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9042 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F9042 is #606FBD. Grayscale: #8B8B8B. Windows color (decimal): -6320062 or 4362399. OLE color: 4362399.
HSL color Cylindrical-coordinate representation of color #9F9042: hue angle of 50.32º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9F9042 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 144 | 66 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.38 |
| HSL | 50.32º | 0.41% | 0.44% | - |
| HSV(B) | 50.32º | 0.58% | 0.62% | - |
| XYZ | 25.25 | 27.71 | 9.17 | - |
| YUV | 139.59 | 86.47 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 66 | 0 | 0.09 | 0.58 | 0.38 | 50.32 | 0.41 | 0.44 |
| Hex | 9F | 90 | 42 | 0 | 9 | 3A | 26 | 32 | 29 | 2C |
| Octal | 237 | 220 | 102 | 0 | 11 | 72 | 46 | 62 | 51 | 54 |
| Binary | 10011111 | 10010000 | 1000010 | 0 | 1001 | 111010 | 100110 | 110010 | 101001 | 101100 |
Color Harmonies of #9F9042
Complementary color
Monochromatic Colors of #9F9042
Black with #9F9042
Text Example
Text Example
White with #9F9042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9042; }
p { color: rgb(159,144,66); }
H1.HeaderClassName
{
color: #9F9042;
}
.AnyTagClassName
{
color: #9F9042;
}
</style>
background-color css
<style>
a { background-color: #9F9042; }
a { background-color: rgb(159,144,66); }
div.DivClassName
{
background-color: #9F9042;
}
.BgClassName
{
background-color: #9F9042;
}
</style>
border-color css
<style>
span { border-color: #9F9042; }
span { border-color: rgb(159,144,66); }
td.TdClassName
{
border-color: #9F9042;
}
.TagClassName
{
border-color: #9F9042;
}
</style>