Shades of Luxor Gold #9C8342
Tints of Luxor Gold #9C8342
RGB
CMYK
RGB Variations
Color information
#9C8342 (or 0x9C8342) is known color: Luxor Gold. HEX triplet: 9C, 83 and 42. RGB value is (156,131,66). Sum of RGB (Red+Green+Blue) = 156+131+66=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8342 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8342 is #637CBD. Grayscale: #838383. Windows color (decimal): -6519998 or 4359068. OLE color: 4359068.
HSL color Cylindrical-coordinate representation of color #9C8342: hue angle of 43.33º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C8342 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 131 | 66 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.39 |
| HSL | 43.33º | 0.41% | 0.44% | - |
| HSV(B) | 43.33º | 0.58% | 0.61% | - |
| XYZ | 22.81 | 23.69 | 8.53 | - |
| YUV | 131.07 | 91.28 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 131 | 66 | 0 | 0.16 | 0.58 | 0.39 | 43.33 | 0.41 | 0.44 |
| Hex | 9C | 83 | 42 | 0 | 10 | 3A | 27 | 2B | 29 | 2C |
| Octal | 234 | 203 | 102 | 0 | 20 | 72 | 47 | 53 | 51 | 54 |
| Binary | 10011100 | 10000011 | 1000010 | 0 | 10000 | 111010 | 100111 | 101011 | 101001 | 101100 |
Color Harmonies of #9C8342
Complementary color
Monochromatic Colors of #9C8342
Black with #9C8342
Text Example
Text Example
White with #9C8342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8342; }
p { color: rgb(156,131,66); }
H1.HeaderClassName
{
color: #9C8342;
}
.AnyTagClassName
{
color: #9C8342;
}
</style>
background-color css
<style>
a { background-color: #9C8342; }
a { background-color: rgb(156,131,66); }
div.DivClassName
{
background-color: #9C8342;
}
.BgClassName
{
background-color: #9C8342;
}
</style>
border-color css
<style>
span { border-color: #9C8342; }
span { border-color: rgb(156,131,66); }
td.TdClassName
{
border-color: #9C8342;
}
.TagClassName
{
border-color: #9C8342;
}
</style>