Shades of Stromboli #46655F
Tints of Stromboli #46655F
RGB
CMYK
RGB Variations
Color information
#46655F (or 0x46655F) is known color: Stromboli. HEX triplet: 46, 65 and 5F. RGB value is (70,101,95). Sum of RGB (Red+Green+Blue) = 70+101+95=266 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.32% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 95 (37.5% from 255 or 35.71% from 266); Max value from RGB is 101 - color contains mainly: green. Hex color #46655F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #46655F is #B99AA0. Grayscale: #5B5B5B. Windows color (decimal): -12163745 or 6251846. OLE color: 6251846.
HSL color Cylindrical-coordinate representation of color #46655F: hue angle of 168.39º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #46655F is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 101 | 95 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.60 |
| HSL | 168.39º | 0.18% | 0.34% | - |
| HSV(B) | 168.39º | 0.31% | 0.4% | - |
| XYZ | 9.25 | 11.44 | 12.55 | - |
| YUV | 91.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 101 | 95 | 0.31 | 0 | 0.06 | 0.60 | 168.39 | 0.18 | 0.34 |
| Hex | 46 | 65 | 5F | 1F | 0 | 6 | 3C | A8 | 12 | 22 |
| Octal | 106 | 145 | 137 | 37 | 0 | 6 | 74 | 250 | 22 | 42 |
| Binary | 1000110 | 1100101 | 1011111 | 11111 | 0 | 110 | 111100 | 10101000 | 10010 | 100010 |
Color Harmonies of #46655F
Complementary color
Monochromatic Colors of #46655F
Black with #46655F
Text Example
Text Example
White with #46655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46655F; }
p { color: rgb(70,101,95); }
H1.HeaderClassName
{
color: #46655F;
}
.AnyTagClassName
{
color: #46655F;
}
</style>
background-color css
<style>
a { background-color: #46655F; }
a { background-color: rgb(70,101,95); }
div.DivClassName
{
background-color: #46655F;
}
.BgClassName
{
background-color: #46655F;
}
</style>
border-color css
<style>
span { border-color: #46655F; }
span { border-color: rgb(70,101,95); }
td.TdClassName
{
border-color: #46655F;
}
.TagClassName
{
border-color: #46655F;
}
</style>