Shades of Luxor Gold #9D8645
Tints of Luxor Gold #9D8645
RGB
CMYK
RGB Variations
Color information
#9D8645 (or 0x9D8645) is known color: Luxor Gold. HEX triplet: 9D, 86 and 45. RGB value is (157,134,69). Sum of RGB (Red+Green+Blue) = 157+134+69=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 134 (52.73% from 255 or 37.22% from 360); Blue value is 69 (27.34% from 255 or 19.17% from 360); Max value from RGB is 157 - color contains mainly: red. Hex color #9D8645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9D8645 is #6279BA. Grayscale: #858585. Windows color (decimal): -6453691 or 4556445. OLE color: 4556445.
HSL color Cylindrical-coordinate representation of color #9D8645: hue angle of 44.32º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D8645 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 134 | 69 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.38 |
| HSL | 44.32º | 0.39% | 0.44% | - |
| HSV(B) | 44.32º | 0.56% | 0.62% | - |
| XYZ | 23.5 | 24.65 | 9.15 | - |
| YUV | 133.47 | 91.62 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 134 | 69 | 0 | 0.15 | 0.56 | 0.38 | 44.32 | 0.39 | 0.44 |
| Hex | 9D | 86 | 45 | 0 | F | 38 | 26 | 2C | 27 | 2C |
| Octal | 235 | 206 | 105 | 0 | 17 | 70 | 46 | 54 | 47 | 54 |
| Binary | 10011101 | 10000110 | 1000101 | 0 | 1111 | 111000 | 100110 | 101100 | 100111 | 101100 |
Color Harmonies of #9D8645
Complementary color
Monochromatic Colors of #9D8645
Black with #9D8645
Text Example
Text Example
White with #9D8645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D8645; }
p { color: rgb(157,134,69); }
H1.HeaderClassName
{
color: #9D8645;
}
.AnyTagClassName
{
color: #9D8645;
}
</style>
background-color css
<style>
a { background-color: #9D8645; }
a { background-color: rgb(157,134,69); }
div.DivClassName
{
background-color: #9D8645;
}
.BgClassName
{
background-color: #9D8645;
}
</style>
border-color css
<style>
span { border-color: #9D8645; }
span { border-color: rgb(157,134,69); }
td.TdClassName
{
border-color: #9D8645;
}
.TagClassName
{
border-color: #9D8645;
}
</style>