Shades of Luxor Gold #998243
Tints of Luxor Gold #998243
RGB
CMYK
RGB Variations
Color information
#998243 (or 0x998243) is known color: Luxor Gold. HEX triplet: 99, 82 and 43. RGB value is (153,130,67). Sum of RGB (Red+Green+Blue) = 153+130+67=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 67 (26.56% from 255 or 19.14% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #998243 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #998243 is #667DBC. Grayscale: #818181. Windows color (decimal): -6716861 or 4424345. OLE color: 4424345.
HSL color Cylindrical-coordinate representation of color #998243: hue angle of 43.95º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #998243 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 130 | 67 | - |
| CMYK | 0 | 0.15 | 0.56 | 0.4 |
| HSL | 43.95º | 0.39% | 0.43% | - |
| HSV(B) | 43.95º | 0.56% | 0.6% | - |
| XYZ | 22.13 | 23.14 | 8.61 | - |
| YUV | 129.7 | 92.62 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 130 | 67 | 0 | 0.15 | 0.56 | 0.4 | 43.95 | 0.39 | 0.43 |
| Hex | 99 | 82 | 43 | 0 | F | 38 | 28 | 2C | 27 | 2B |
| Octal | 231 | 202 | 103 | 0 | 17 | 70 | 50 | 54 | 47 | 53 |
| Binary | 10011001 | 10000010 | 1000011 | 0 | 1111 | 111000 | 101000 | 101100 | 100111 | 101011 |
Color Harmonies of #998243
Complementary color
Monochromatic Colors of #998243
Black with #998243
Text Example
Text Example
White with #998243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998243; }
p { color: rgb(153,130,67); }
H1.HeaderClassName
{
color: #998243;
}
.AnyTagClassName
{
color: #998243;
}
</style>
background-color css
<style>
a { background-color: #998243; }
a { background-color: rgb(153,130,67); }
div.DivClassName
{
background-color: #998243;
}
.BgClassName
{
background-color: #998243;
}
</style>
border-color css
<style>
span { border-color: #998243; }
span { border-color: rgb(153,130,67); }
td.TdClassName
{
border-color: #998243;
}
.TagClassName
{
border-color: #998243;
}
</style>