Shades of Luxor Gold #9C8442
Tints of Luxor Gold #9C8442
RGB
CMYK
RGB Variations
Color information
#9C8442 (or 0x9C8442) is known color: Luxor Gold. HEX triplet: 9C, 84 and 42. RGB value is (156,132,66). Sum of RGB (Red+Green+Blue) = 156+132+66=354 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.07% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8442 is #637BBD. Grayscale: #838383. Windows color (decimal): -6519742 or 4359324. OLE color: 4359324.
HSL color Cylindrical-coordinate representation of color #9C8442: hue angle of 44º 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 #9C8442 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 132 | 66 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.39 |
| HSL | 44º | 0.41% | 0.44% | - |
| HSV(B) | 44º | 0.58% | 0.61% | - |
| XYZ | 22.94 | 23.96 | 8.57 | - |
| YUV | 131.65 | 90.95 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 132 | 66 | 0 | 0.15 | 0.58 | 0.39 | 44 | 0.41 | 0.44 |
| Hex | 9C | 84 | 42 | 0 | F | 3A | 27 | 2C | 29 | 2C |
| Octal | 234 | 204 | 102 | 0 | 17 | 72 | 47 | 54 | 51 | 54 |
| Binary | 10011100 | 10000100 | 1000010 | 0 | 1111 | 111010 | 100111 | 101100 | 101001 | 101100 |
Color Harmonies of #9C8442
Complementary color
Monochromatic Colors of #9C8442
Black with #9C8442
Text Example
Text Example
White with #9C8442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8442; }
p { color: rgb(156,132,66); }
H1.HeaderClassName
{
color: #9C8442;
}
.AnyTagClassName
{
color: #9C8442;
}
</style>
background-color css
<style>
a { background-color: #9C8442; }
a { background-color: rgb(156,132,66); }
div.DivClassName
{
background-color: #9C8442;
}
.BgClassName
{
background-color: #9C8442;
}
</style>
border-color css
<style>
span { border-color: #9C8442; }
span { border-color: rgb(156,132,66); }
td.TdClassName
{
border-color: #9C8442;
}
.TagClassName
{
border-color: #9C8442;
}
</style>