Shades of Luxor Gold #9C813D
Tints of Luxor Gold #9C813D
RGB
CMYK
RGB Variations
Color information
#9C813D (or 0x9C813D) is known color: Luxor Gold. HEX triplet: 9C, 81 and 3D. RGB value is (156,129,61). Sum of RGB (Red+Green+Blue) = 156+129+61=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 156 - color contains mainly: red. Hex color #9C813D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C813D is #637EC2. Grayscale: #818181. Windows color (decimal): -6520515 or 4030876. OLE color: 4030876.
HSL color Cylindrical-coordinate representation of color #9C813D: hue angle of 42.95º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C813D is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 129 | 61 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.39 |
| HSL | 42.95º | 0.44% | 0.43% | - |
| HSV(B) | 42.95º | 0.61% | 0.61% | - |
| XYZ | 22.4 | 23.11 | 7.69 | - |
| YUV | 129.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 129 | 61 | 0 | 0.17 | 0.61 | 0.39 | 42.95 | 0.44 | 0.43 |
| Hex | 9C | 81 | 3D | 0 | 11 | 3D | 27 | 2B | 2C | 2B |
| Octal | 234 | 201 | 75 | 0 | 21 | 75 | 47 | 53 | 54 | 53 |
| Binary | 10011100 | 10000001 | 111101 | 0 | 10001 | 111101 | 100111 | 101011 | 101100 | 101011 |
Color Harmonies of #9C813D
Complementary color
Monochromatic Colors of #9C813D
Black with #9C813D
Text Example
Text Example
White with #9C813D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C813D; }
p { color: rgb(156,129,61); }
H1.HeaderClassName
{
color: #9C813D;
}
.AnyTagClassName
{
color: #9C813D;
}
</style>
background-color css
<style>
a { background-color: #9C813D; }
a { background-color: rgb(156,129,61); }
div.DivClassName
{
background-color: #9C813D;
}
.BgClassName
{
background-color: #9C813D;
}
</style>
border-color css
<style>
span { border-color: #9C813D; }
span { border-color: rgb(156,129,61); }
td.TdClassName
{
border-color: #9C813D;
}
.TagClassName
{
border-color: #9C813D;
}
</style>