Shades of Lucky #999608
Tints of Lucky #999608
RGB
CMYK
RGB Variations
Color information
#999608 (or 0x999608) is known color: Lucky. HEX triplet: 99, 96 and 08. RGB value is (153,150,8). Sum of RGB (Red+Green+Blue) = 153+150+8=311 (41% of max value = 765). Red value is 153 (60.16% from 255 or 49.20% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 153 - color contains mainly: red. Hex color #999608 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999608 is #6669F7. Grayscale: #878787. Windows color (decimal): -6711800 or 562841. OLE color: 562841.
HSL color Cylindrical-coordinate representation of color #999608: hue angle of 58.76º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #999608 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 8 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.4 |
| HSL | 58.76º | 0.9% | 0.32% | - |
| HSV(B) | 58.76º | 0.95% | 0.6% | - |
| XYZ | 24.09 | 28.6 | 4.48 | - |
| YUV | 134.71 | 56.49 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 8 | 0 | 0.02 | 0.95 | 0.4 | 58.76 | 0.9 | 0.32 |
| Hex | 99 | 96 | 8 | 0 | 2 | 5F | 28 | 3B | 5A | 20 |
| Octal | 231 | 226 | 10 | 0 | 2 | 137 | 50 | 73 | 132 | 40 |
| Binary | 10011001 | 10010110 | 1000 | 0 | 10 | 1011111 | 101000 | 111011 | 1011010 | 100000 |
Color Harmonies of #999608
Complementary color
Monochromatic Colors of #999608
Black with #999608
Text Example
Text Example
White with #999608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999608; }
p { color: rgb(153,150,8); }
H1.HeaderClassName
{
color: #999608;
}
.AnyTagClassName
{
color: #999608;
}
</style>
background-color css
<style>
a { background-color: #999608; }
a { background-color: rgb(153,150,8); }
div.DivClassName
{
background-color: #999608;
}
.BgClassName
{
background-color: #999608;
}
</style>
border-color css
<style>
span { border-color: #999608; }
span { border-color: rgb(153,150,8); }
td.TdClassName
{
border-color: #999608;
}
.TagClassName
{
border-color: #999608;
}
</style>