Shades of Luxor Gold #9C8243
Tints of Luxor Gold #9C8243
RGB
CMYK
RGB Variations
Color information
#9C8243 (or 0x9C8243) is known color: Luxor Gold. HEX triplet: 9C, 82 and 43. RGB value is (156,130,67). Sum of RGB (Red+Green+Blue) = 156+130+67=353 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.19% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C8243 is #637DBC. Grayscale: #828282. Windows color (decimal): -6520253 or 4424348. OLE color: 4424348.
HSL color Cylindrical-coordinate representation of color #9C8243: hue angle of 42.47º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9C8243 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 130 | 67 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.39 |
| HSL | 42.47º | 0.4% | 0.44% | - |
| HSV(B) | 42.47º | 0.57% | 0.61% | - |
| XYZ | 22.71 | 23.44 | 8.64 | - |
| YUV | 130.59 | 92.11 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 130 | 67 | 0 | 0.17 | 0.57 | 0.39 | 42.47 | 0.4 | 0.44 |
| Hex | 9C | 82 | 43 | 0 | 11 | 39 | 27 | 2A | 28 | 2C |
| Octal | 234 | 202 | 103 | 0 | 21 | 71 | 47 | 52 | 50 | 54 |
| Binary | 10011100 | 10000010 | 1000011 | 0 | 10001 | 111001 | 100111 | 101010 | 101000 | 101100 |
Color Harmonies of #9C8243
Complementary color
Monochromatic Colors of #9C8243
Black with #9C8243
Text Example
Text Example
White with #9C8243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8243; }
p { color: rgb(156,130,67); }
H1.HeaderClassName
{
color: #9C8243;
}
.AnyTagClassName
{
color: #9C8243;
}
</style>
background-color css
<style>
a { background-color: #9C8243; }
a { background-color: rgb(156,130,67); }
div.DivClassName
{
background-color: #9C8243;
}
.BgClassName
{
background-color: #9C8243;
}
</style>
border-color css
<style>
span { border-color: #9C8243; }
span { border-color: rgb(156,130,67); }
td.TdClassName
{
border-color: #9C8243;
}
.TagClassName
{
border-color: #9C8243;
}
</style>