Shades of Lucky #9F990C
Tints of Lucky #9F990C
RGB
CMYK
RGB Variations
Color information
#9F990C (or 0x9F990C) is known color: Lucky. HEX triplet: 9F, 99 and 0C. RGB value is (159,153,12). Sum of RGB (Red+Green+Blue) = 159+153+12=324 (42% of max value = 765). Red value is 159 (62.5% from 255 or 49.07% from 324); Green value is 153 (60.16% from 255 or 47.22% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 159 - color contains mainly: red. Hex color #9F990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F990C is #6066F3. Grayscale: #8B8B8B. Windows color (decimal): -6317812 or 825759. OLE color: 825759.
HSL color Cylindrical-coordinate representation of color #9F990C: hue angle of 57.55º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9F990C is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 153 | 12 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.38 |
| HSL | 57.55º | 0.86% | 0.34% | - |
| HSV(B) | 57.55º | 0.92% | 0.62% | - |
| XYZ | 25.76 | 30.18 | 4.82 | - |
| YUV | 138.72 | 56.49 | 142.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 153 | 12 | 0 | 0.04 | 0.92 | 0.38 | 57.55 | 0.86 | 0.34 |
| Hex | 9F | 99 | C | 0 | 4 | 5C | 26 | 3A | 56 | 22 |
| Octal | 237 | 231 | 14 | 0 | 4 | 134 | 46 | 72 | 126 | 42 |
| Binary | 10011111 | 10011001 | 1100 | 0 | 100 | 1011100 | 100110 | 111010 | 1010110 | 100010 |
Color Harmonies of #9F990C
Complementary color
Monochromatic Colors of #9F990C
Black with #9F990C
Text Example
Text Example
White with #9F990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F990C; }
p { color: rgb(159,153,12); }
H1.HeaderClassName
{
color: #9F990C;
}
.AnyTagClassName
{
color: #9F990C;
}
</style>
background-color css
<style>
a { background-color: #9F990C; }
a { background-color: rgb(159,153,12); }
div.DivClassName
{
background-color: #9F990C;
}
.BgClassName
{
background-color: #9F990C;
}
</style>
border-color css
<style>
span { border-color: #9F990C; }
span { border-color: rgb(159,153,12); }
td.TdClassName
{
border-color: #9F990C;
}
.TagClassName
{
border-color: #9F990C;
}
</style>