Shades of Luxor Gold #9C8947
Tints of Luxor Gold #9C8947
RGB
CMYK
RGB Variations
Color information
#9C8947 (or 0x9C8947) is known color: Luxor Gold. HEX triplet: 9C, 89 and 47. RGB value is (156,137,71). Sum of RGB (Red+Green+Blue) = 156+137+71=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8947 is #6376B8. Grayscale: #878787. Windows color (decimal): -6518457 or 4688284. OLE color: 4688284.
HSL color Cylindrical-coordinate representation of color #9C8947: hue angle of 46.59º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C8947 is Cyan = 0, Magento = 0.12, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 137 | 71 | - |
| CMYK | 0 | 0.12 | 0.54 | 0.39 |
| HSL | 46.59º | 0.37% | 0.45% | - |
| HSV(B) | 46.59º | 0.54% | 0.61% | - |
| XYZ | 23.79 | 25.41 | 9.61 | - |
| YUV | 135.16 | 91.79 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 71 | 0 | 0.12 | 0.54 | 0.39 | 46.59 | 0.37 | 0.45 |
| Hex | 9C | 89 | 47 | 0 | C | 36 | 27 | 2F | 25 | 2D |
| Octal | 234 | 211 | 107 | 0 | 14 | 66 | 47 | 57 | 45 | 55 |
| Binary | 10011100 | 10001001 | 1000111 | 0 | 1100 | 110110 | 100111 | 101111 | 100101 | 101101 |
Color Harmonies of #9C8947
Complementary color
Monochromatic Colors of #9C8947
Black with #9C8947
Text Example
Text Example
White with #9C8947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8947; }
p { color: rgb(156,137,71); }
H1.HeaderClassName
{
color: #9C8947;
}
.AnyTagClassName
{
color: #9C8947;
}
</style>
background-color css
<style>
a { background-color: #9C8947; }
a { background-color: rgb(156,137,71); }
div.DivClassName
{
background-color: #9C8947;
}
.BgClassName
{
background-color: #9C8947;
}
</style>
border-color css
<style>
span { border-color: #9C8947; }
span { border-color: rgb(156,137,71); }
td.TdClassName
{
border-color: #9C8947;
}
.TagClassName
{
border-color: #9C8947;
}
</style>