Shades of Lucky #9F910D
Tints of Lucky #9F910D
RGB
CMYK
RGB Variations
Color information
#9F910D (or 0x9F910D) is known color: Lucky. HEX triplet: 9F, 91 and 0D. RGB value is (159,145,13). Sum of RGB (Red+Green+Blue) = 159+145+13=317 (41% of max value = 765). Red value is 159 (62.5% from 255 or 50.16% from 317); Green value is 145 (57.03% from 255 or 45.74% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 159 - color contains mainly: red. Hex color #9F910D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F910D is #606EF2. Grayscale: #868686. Windows color (decimal): -6319859 or 889247. OLE color: 889247.
HSL color Cylindrical-coordinate representation of color #9F910D: hue angle of 54.25º degrees, saturation: 0.85, 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 #9F910D is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 145 | 13 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.38 |
| HSL | 54.25º | 0.85% | 0.34% | - |
| HSV(B) | 54.25º | 0.92% | 0.62% | - |
| XYZ | 24.5 | 27.65 | 4.43 | - |
| YUV | 134.14 | 59.64 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 145 | 13 | 0 | 0.09 | 0.92 | 0.38 | 54.25 | 0.85 | 0.34 |
| Hex | 9F | 91 | D | 0 | 9 | 5C | 26 | 36 | 55 | 22 |
| Octal | 237 | 221 | 15 | 0 | 11 | 134 | 46 | 66 | 125 | 42 |
| Binary | 10011111 | 10010001 | 1101 | 0 | 1001 | 1011100 | 100110 | 110110 | 1010101 | 100010 |
Color Harmonies of #9F910D
Complementary color
Monochromatic Colors of #9F910D
Black with #9F910D
Text Example
Text Example
White with #9F910D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F910D; }
p { color: rgb(159,145,13); }
H1.HeaderClassName
{
color: #9F910D;
}
.AnyTagClassName
{
color: #9F910D;
}
</style>
background-color css
<style>
a { background-color: #9F910D; }
a { background-color: rgb(159,145,13); }
div.DivClassName
{
background-color: #9F910D;
}
.BgClassName
{
background-color: #9F910D;
}
</style>
border-color css
<style>
span { border-color: #9F910D; }
span { border-color: rgb(159,145,13); }
td.TdClassName
{
border-color: #9F910D;
}
.TagClassName
{
border-color: #9F910D;
}
</style>