Shades of Lucky #9F9715
Tints of Lucky #9F9715
RGB
CMYK
RGB Variations
Color information
#9F9715 (or 0x9F9715) is known color: Lucky. HEX triplet: 9F, 97 and 15. RGB value is (159,151,21). Sum of RGB (Red+Green+Blue) = 159+151+21=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9715 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9715 is #6068EA. Grayscale: #8B8B8B. Windows color (decimal): -6318315 or 1415071. OLE color: 1415071.
HSL color Cylindrical-coordinate representation of color #9F9715: hue angle of 56.52º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F9715 is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 151 | 21 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.38 |
| HSL | 56.52º | 0.77% | 0.35% | - |
| HSV(B) | 56.52º | 0.87% | 0.62% | - |
| XYZ | 25.5 | 29.56 | 5.07 | - |
| YUV | 138.57 | 61.65 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 151 | 21 | 0 | 0.05 | 0.87 | 0.38 | 56.52 | 0.77 | 0.35 |
| Hex | 9F | 97 | 15 | 0 | 5 | 57 | 26 | 39 | 4D | 23 |
| Octal | 237 | 227 | 25 | 0 | 5 | 127 | 46 | 71 | 115 | 43 |
| Binary | 10011111 | 10010111 | 10101 | 0 | 101 | 1010111 | 100110 | 111001 | 1001101 | 100011 |
Color Harmonies of #9F9715
Complementary color
Monochromatic Colors of #9F9715
Black with #9F9715
Text Example
Text Example
White with #9F9715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9715; }
p { color: rgb(159,151,21); }
H1.HeaderClassName
{
color: #9F9715;
}
.AnyTagClassName
{
color: #9F9715;
}
</style>
background-color css
<style>
a { background-color: #9F9715; }
a { background-color: rgb(159,151,21); }
div.DivClassName
{
background-color: #9F9715;
}
.BgClassName
{
background-color: #9F9715;
}
</style>
border-color css
<style>
span { border-color: #9F9715; }
span { border-color: rgb(159,151,21); }
td.TdClassName
{
border-color: #9F9715;
}
.TagClassName
{
border-color: #9F9715;
}
</style>