Shades of Stromboli #46685F
Tints of Stromboli #46685F
RGB
CMYK
RGB Variations
Color information
#46685F (or 0x46685F) is known color: Stromboli. HEX triplet: 46, 68 and 5F. RGB value is (70,104,95). Sum of RGB (Red+Green+Blue) = 70+104+95=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 104 - color contains mainly: green. Hex color #46685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46685F is #B997A0. Grayscale: #5C5C5C. Windows color (decimal): -12162977 or 6252614. OLE color: 6252614.
HSL color Cylindrical-coordinate representation of color #46685F: hue angle of 164.12º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #46685F is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 104 | 95 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.59 |
| HSL | 164.12º | 0.2% | 0.34% | - |
| HSV(B) | 164.12º | 0.33% | 0.41% | - |
| XYZ | 9.54 | 12.03 | 12.65 | - |
| YUV | 92.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 104 | 95 | 0.33 | 0 | 0.09 | 0.59 | 164.12 | 0.2 | 0.34 |
| Hex | 46 | 68 | 5F | 21 | 0 | 9 | 3B | A4 | 14 | 22 |
| Octal | 106 | 150 | 137 | 41 | 0 | 11 | 73 | 244 | 24 | 42 |
| Binary | 1000110 | 1101000 | 1011111 | 100001 | 0 | 1001 | 111011 | 10100100 | 10100 | 100010 |
Color Harmonies of #46685F
Complementary color
Monochromatic Colors of #46685F
Black with #46685F
Text Example
Text Example
White with #46685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46685F; }
p { color: rgb(70,104,95); }
H1.HeaderClassName
{
color: #46685F;
}
.AnyTagClassName
{
color: #46685F;
}
</style>
background-color css
<style>
a { background-color: #46685F; }
a { background-color: rgb(70,104,95); }
div.DivClassName
{
background-color: #46685F;
}
.BgClassName
{
background-color: #46685F;
}
</style>
border-color css
<style>
span { border-color: #46685F; }
span { border-color: rgb(70,104,95); }
td.TdClassName
{
border-color: #46685F;
}
.TagClassName
{
border-color: #46685F;
}
</style>