Shades of Lucky #9F9615
Tints of Lucky #9F9615
RGB
CMYK
RGB Variations
Color information
#9F9615 (or 0x9F9615) is known color: Lucky. HEX triplet: 9F, 96 and 15. RGB value is (159,150,21). Sum of RGB (Red+Green+Blue) = 159+150+21=330 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.18% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9615 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9F9615 is #6069EA. Grayscale: #8A8A8A. Windows color (decimal): -6318571 or 1414815. OLE color: 1414815.
HSL color Cylindrical-coordinate representation of color #9F9615: hue angle of 56.09º 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 #9F9615 is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 150 | 21 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.38 |
| HSL | 56.09º | 0.77% | 0.35% | - |
| HSV(B) | 56.09º | 0.87% | 0.62% | - |
| XYZ | 25.34 | 29.24 | 5.02 | - |
| YUV | 137.99 | 61.98 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 21 | 0 | 0.06 | 0.87 | 0.38 | 56.09 | 0.77 | 0.35 |
| Hex | 9F | 96 | 15 | 0 | 6 | 57 | 26 | 38 | 4D | 23 |
| Octal | 237 | 226 | 25 | 0 | 6 | 127 | 46 | 70 | 115 | 43 |
| Binary | 10011111 | 10010110 | 10101 | 0 | 110 | 1010111 | 100110 | 111000 | 1001101 | 100011 |
Color Harmonies of #9F9615
Complementary color
Monochromatic Colors of #9F9615
Black with #9F9615
Text Example
Text Example
White with #9F9615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9615; }
p { color: rgb(159,150,21); }
H1.HeaderClassName
{
color: #9F9615;
}
.AnyTagClassName
{
color: #9F9615;
}
</style>
background-color css
<style>
a { background-color: #9F9615; }
a { background-color: rgb(159,150,21); }
div.DivClassName
{
background-color: #9F9615;
}
.BgClassName
{
background-color: #9F9615;
}
</style>
border-color css
<style>
span { border-color: #9F9615; }
span { border-color: rgb(159,150,21); }
td.TdClassName
{
border-color: #9F9615;
}
.TagClassName
{
border-color: #9F9615;
}
</style>