Shades of Luxor Gold #998041
Tints of Luxor Gold #998041
RGB
CMYK
RGB Variations
Color information
#998041 (or 0x998041) is known color: Luxor Gold. HEX triplet: 99, 80 and 41. RGB value is (153,128,65). Sum of RGB (Red+Green+Blue) = 153+128+65=346 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.22% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 153 - color contains mainly: red. Hex color #998041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998041 is #667FBE. Grayscale: #808080. Windows color (decimal): -6717375 or 4292761. OLE color: 4292761.
HSL color Cylindrical-coordinate representation of color #998041: hue angle of 42.95º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #998041 is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 128 | 65 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.4 |
| HSL | 42.95º | 0.4% | 0.43% | - |
| HSV(B) | 42.95º | 0.58% | 0.6% | - |
| XYZ | 21.81 | 22.59 | 8.21 | - |
| YUV | 128.29 | 92.28 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 128 | 65 | 0 | 0.16 | 0.58 | 0.4 | 42.95 | 0.4 | 0.43 |
| Hex | 99 | 80 | 41 | 0 | 10 | 3A | 28 | 2B | 28 | 2B |
| Octal | 231 | 200 | 101 | 0 | 20 | 72 | 50 | 53 | 50 | 53 |
| Binary | 10011001 | 10000000 | 1000001 | 0 | 10000 | 111010 | 101000 | 101011 | 101000 | 101011 |
Color Harmonies of #998041
Complementary color
Monochromatic Colors of #998041
Black with #998041
Text Example
Text Example
White with #998041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998041; }
p { color: rgb(153,128,65); }
H1.HeaderClassName
{
color: #998041;
}
.AnyTagClassName
{
color: #998041;
}
</style>
background-color css
<style>
a { background-color: #998041; }
a { background-color: rgb(153,128,65); }
div.DivClassName
{
background-color: #998041;
}
.BgClassName
{
background-color: #998041;
}
</style>
border-color css
<style>
span { border-color: #998041; }
span { border-color: rgb(153,128,65); }
td.TdClassName
{
border-color: #998041;
}
.TagClassName
{
border-color: #998041;
}
</style>