Shades of Luxor Gold #9F883E
Tints of Luxor Gold #9F883E
RGB
CMYK
RGB Variations
Color information
#9F883E (or 0x9F883E) is known color: Luxor Gold. HEX triplet: 9F, 88 and 3E. RGB value is (159,136,62). Sum of RGB (Red+Green+Blue) = 159+136+62=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 62 (24.61% from 255 or 17.37% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F883E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F883E is #6077C1. Grayscale: #868686. Windows color (decimal): -6322114 or 4098207. OLE color: 4098207.
HSL color Cylindrical-coordinate representation of color #9F883E: hue angle of 45.77º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F883E is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 62 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.38 |
| HSL | 45.77º | 0.44% | 0.43% | - |
| HSV(B) | 45.77º | 0.61% | 0.62% | - |
| XYZ | 23.97 | 25.33 | 8.18 | - |
| YUV | 134.44 | 87.12 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 62 | 0 | 0.14 | 0.61 | 0.38 | 45.77 | 0.44 | 0.43 |
| Hex | 9F | 88 | 3E | 0 | E | 3D | 26 | 2E | 2C | 2B |
| Octal | 237 | 210 | 76 | 0 | 16 | 75 | 46 | 56 | 54 | 53 |
| Binary | 10011111 | 10001000 | 111110 | 0 | 1110 | 111101 | 100110 | 101110 | 101100 | 101011 |
Color Harmonies of #9F883E
Complementary color
Monochromatic Colors of #9F883E
Black with #9F883E
Text Example
Text Example
White with #9F883E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F883E; }
p { color: rgb(159,136,62); }
H1.HeaderClassName
{
color: #9F883E;
}
.AnyTagClassName
{
color: #9F883E;
}
</style>
background-color css
<style>
a { background-color: #9F883E; }
a { background-color: rgb(159,136,62); }
div.DivClassName
{
background-color: #9F883E;
}
.BgClassName
{
background-color: #9F883E;
}
</style>
border-color css
<style>
span { border-color: #9F883E; }
span { border-color: rgb(159,136,62); }
td.TdClassName
{
border-color: #9F883E;
}
.TagClassName
{
border-color: #9F883E;
}
</style>