Shades of Luxor Gold #9F8743
Tints of Luxor Gold #9F8743
RGB
CMYK
RGB Variations
Color information
#9F8743 (or 0x9F8743) is known color: Luxor Gold. HEX triplet: 9F, 87 and 43. RGB value is (159,135,67). Sum of RGB (Red+Green+Blue) = 159+135+67=361 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.04% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 67 (26.56% from 255 or 18.56% from 361); Max value from RGB is 159 - color contains mainly: red. Hex color #9F8743 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F8743 is #6078BC. Grayscale: #868686. Windows color (decimal): -6322365 or 4425631. OLE color: 4425631.
HSL color Cylindrical-coordinate representation of color #9F8743: hue angle of 44.35º 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 #9F8743 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 135 | 67 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.38 |
| HSL | 44.35º | 0.41% | 0.44% | - |
| HSV(B) | 44.35º | 0.58% | 0.62% | - |
| XYZ | 23.98 | 25.1 | 8.89 | - |
| YUV | 134.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 135 | 67 | 0 | 0.15 | 0.58 | 0.38 | 44.35 | 0.41 | 0.44 |
| Hex | 9F | 87 | 43 | 0 | F | 3A | 26 | 2C | 29 | 2C |
| Octal | 237 | 207 | 103 | 0 | 17 | 72 | 46 | 54 | 51 | 54 |
| Binary | 10011111 | 10000111 | 1000011 | 0 | 1111 | 111010 | 100110 | 101100 | 101001 | 101100 |
Color Harmonies of #9F8743
Complementary color
Monochromatic Colors of #9F8743
Black with #9F8743
Text Example
Text Example
White with #9F8743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F8743; }
p { color: rgb(159,135,67); }
H1.HeaderClassName
{
color: #9F8743;
}
.AnyTagClassName
{
color: #9F8743;
}
</style>
background-color css
<style>
a { background-color: #9F8743; }
a { background-color: rgb(159,135,67); }
div.DivClassName
{
background-color: #9F8743;
}
.BgClassName
{
background-color: #9F8743;
}
</style>
border-color css
<style>
span { border-color: #9F8743; }
span { border-color: rgb(159,135,67); }
td.TdClassName
{
border-color: #9F8743;
}
.TagClassName
{
border-color: #9F8743;
}
</style>