Shades of Lucky #999113
Tints of Lucky #999113
RGB
CMYK
RGB Variations
Color information
#999113 (or 0x999113) is known color: Lucky. HEX triplet: 99, 91 and 13. RGB value is (153,145,19). Sum of RGB (Red+Green+Blue) = 153+145+19=317 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.26% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 153 - color contains mainly: red. Hex color #999113 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999113 is #666EEC. Grayscale: #858585. Windows color (decimal): -6713069 or 1282457. OLE color: 1282457.
HSL color Cylindrical-coordinate representation of color #999113: hue angle of 56.42º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #999113 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 19 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.4 |
| HSL | 56.42º | 0.78% | 0.34% | - |
| HSV(B) | 56.42º | 0.88% | 0.6% | - |
| XYZ | 23.38 | 27.07 | 4.61 | - |
| YUV | 133.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 19 | 0 | 0.05 | 0.88 | 0.4 | 56.42 | 0.78 | 0.34 |
| Hex | 99 | 91 | 13 | 0 | 5 | 58 | 28 | 38 | 4E | 22 |
| Octal | 231 | 221 | 23 | 0 | 5 | 130 | 50 | 70 | 116 | 42 |
| Binary | 10011001 | 10010001 | 10011 | 0 | 101 | 1011000 | 101000 | 111000 | 1001110 | 100010 |
Color Harmonies of #999113
Complementary color
Monochromatic Colors of #999113
Black with #999113
Text Example
Text Example
White with #999113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999113; }
p { color: rgb(153,145,19); }
H1.HeaderClassName
{
color: #999113;
}
.AnyTagClassName
{
color: #999113;
}
</style>
background-color css
<style>
a { background-color: #999113; }
a { background-color: rgb(153,145,19); }
div.DivClassName
{
background-color: #999113;
}
.BgClassName
{
background-color: #999113;
}
</style>
border-color css
<style>
span { border-color: #999113; }
span { border-color: rgb(153,145,19); }
td.TdClassName
{
border-color: #999113;
}
.TagClassName
{
border-color: #999113;
}
</style>