Shades of Luxor Gold #9C8945
Tints of Luxor Gold #9C8945
RGB
CMYK
RGB Variations
Color information
#9C8945 (or 0x9C8945) is known color: Luxor Gold. HEX triplet: 9C, 89 and 45. RGB value is (156,137,69). Sum of RGB (Red+Green+Blue) = 156+137+69=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 69 (27.34% from 255 or 19.06% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8945 is #6376BA. Grayscale: #878787. Windows color (decimal): -6518459 or 4557212. OLE color: 4557212.
HSL color Cylindrical-coordinate representation of color #9C8945: hue angle of 46.9º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C8945 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 137 | 69 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.39 |
| HSL | 46.9º | 0.39% | 0.44% | - |
| HSV(B) | 46.9º | 0.56% | 0.61% | - |
| XYZ | 23.73 | 25.39 | 9.28 | - |
| YUV | 134.93 | 90.79 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 69 | 0 | 0.12 | 0.56 | 0.39 | 46.9 | 0.39 | 0.44 |
| Hex | 9C | 89 | 45 | 0 | C | 38 | 27 | 2F | 27 | 2C |
| Octal | 234 | 211 | 105 | 0 | 14 | 70 | 47 | 57 | 47 | 54 |
| Binary | 10011100 | 10001001 | 1000101 | 0 | 1100 | 111000 | 100111 | 101111 | 100111 | 101100 |
Color Harmonies of #9C8945
Complementary color
Monochromatic Colors of #9C8945
Black with #9C8945
Text Example
Text Example
White with #9C8945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8945; }
p { color: rgb(156,137,69); }
H1.HeaderClassName
{
color: #9C8945;
}
.AnyTagClassName
{
color: #9C8945;
}
</style>
background-color css
<style>
a { background-color: #9C8945; }
a { background-color: rgb(156,137,69); }
div.DivClassName
{
background-color: #9C8945;
}
.BgClassName
{
background-color: #9C8945;
}
</style>
border-color css
<style>
span { border-color: #9C8945; }
span { border-color: rgb(156,137,69); }
td.TdClassName
{
border-color: #9C8945;
}
.TagClassName
{
border-color: #9C8945;
}
</style>