Shades of Lucky #998C0E
Tints of Lucky #998C0E
RGB
CMYK
RGB Variations
Color information
#998C0E (or 0x998C0E) is known color: Lucky. HEX triplet: 99, 8C and 0E. RGB value is (153,140,14). Sum of RGB (Red+Green+Blue) = 153+140+14=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 140 (55.08% from 255 or 45.60% from 307); Blue value is 14 (5.86% from 255 or 4.56% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #998C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #998C0E is #6673F1. Grayscale: #828282. Windows color (decimal): -6714354 or 953497. OLE color: 953497.
HSL color Cylindrical-coordinate representation of color #998C0E: hue angle of 54.39º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #998C0E is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 14 | - |
| CMYK | 0 | 0.08 | 0.91 | 0.4 |
| HSL | 54.39º | 0.83% | 0.33% | - |
| HSV(B) | 54.39º | 0.91% | 0.6% | - |
| XYZ | 22.59 | 25.56 | 4.16 | - |
| YUV | 129.52 | 62.81 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 14 | 0 | 0.08 | 0.91 | 0.4 | 54.39 | 0.83 | 0.33 |
| Hex | 99 | 8C | E | 0 | 8 | 5B | 28 | 36 | 53 | 21 |
| Octal | 231 | 214 | 16 | 0 | 10 | 133 | 50 | 66 | 123 | 41 |
| Binary | 10011001 | 10001100 | 1110 | 0 | 1000 | 1011011 | 101000 | 110110 | 1010011 | 100001 |
Color Harmonies of #998C0E
Complementary color
Monochromatic Colors of #998C0E
Black with #998C0E
Text Example
Text Example
White with #998C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C0E; }
p { color: rgb(153,140,14); }
H1.HeaderClassName
{
color: #998C0E;
}
.AnyTagClassName
{
color: #998C0E;
}
</style>
background-color css
<style>
a { background-color: #998C0E; }
a { background-color: rgb(153,140,14); }
div.DivClassName
{
background-color: #998C0E;
}
.BgClassName
{
background-color: #998C0E;
}
</style>
border-color css
<style>
span { border-color: #998C0E; }
span { border-color: rgb(153,140,14); }
td.TdClassName
{
border-color: #998C0E;
}
.TagClassName
{
border-color: #998C0E;
}
</style>