Shades of Luxor Gold #9F8844
Tints of Luxor Gold #9F8844
RGB
CMYK
RGB Variations
Color information
#9F8844 (or 0x9F8844) is known color: Luxor Gold. HEX triplet: 9F, 88 and 44. RGB value is (159,136,68). Sum of RGB (Red+Green+Blue) = 159+136+68=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 136 (53.52% from 255 or 37.47% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8844 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8844 is #6077BB. Grayscale: #878787. Windows color (decimal): -6322108 or 4491423. OLE color: 4491423.
HSL color Cylindrical-coordinate representation of color #9F8844: hue angle of 44.84º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9F8844 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 136 | 68 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.38 |
| HSL | 44.84º | 0.4% | 0.45% | - |
| HSV(B) | 44.84º | 0.57% | 0.62% | - |
| XYZ | 24.15 | 25.4 | 9.1 | - |
| YUV | 135.13 | 90.12 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 136 | 68 | 0 | 0.14 | 0.57 | 0.38 | 44.84 | 0.4 | 0.45 |
| Hex | 9F | 88 | 44 | 0 | E | 39 | 26 | 2D | 28 | 2D |
| Octal | 237 | 210 | 104 | 0 | 16 | 71 | 46 | 55 | 50 | 55 |
| Binary | 10011111 | 10001000 | 1000100 | 0 | 1110 | 111001 | 100110 | 101101 | 101000 | 101101 |
Color Harmonies of #9F8844
Complementary color
Monochromatic Colors of #9F8844
Black with #9F8844
Text Example
Text Example
White with #9F8844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8844; }
p { color: rgb(159,136,68); }
H1.HeaderClassName
{
color: #9F8844;
}
.AnyTagClassName
{
color: #9F8844;
}
</style>
background-color css
<style>
a { background-color: #9F8844; }
a { background-color: rgb(159,136,68); }
div.DivClassName
{
background-color: #9F8844;
}
.BgClassName
{
background-color: #9F8844;
}
</style>
border-color css
<style>
span { border-color: #9F8844; }
span { border-color: rgb(159,136,68); }
td.TdClassName
{
border-color: #9F8844;
}
.TagClassName
{
border-color: #9F8844;
}
</style>