Shades of Stromboli #406C60
Tints of Stromboli #406C60
RGB
CMYK
RGB Variations
Color information
#406C60 (or 0x406C60) is known color: Stromboli. HEX triplet: 40, 6C and 60. RGB value is (64,108,96). Sum of RGB (Red+Green+Blue) = 64+108+96=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 108 (42.58% from 255 or 40.30% from 268); Blue value is 96 (37.89% from 255 or 35.82% from 268); Max value from RGB is 108 - color contains mainly: green. Hex color #406C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406C60 is #BF939F. Grayscale: #5D5D5D. Windows color (decimal): -12555168 or 6319168. OLE color: 6319168.
HSL color Cylindrical-coordinate representation of color #406C60: hue angle of 163.64º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #406C60 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 108 | 96 | - |
| CMYK | 0.41 | 0 | 0.11 | 0.58 |
| HSL | 163.64º | 0.26% | 0.34% | - |
| HSV(B) | 163.64º | 0.41% | 0.42% | - |
| XYZ | 9.59 | 12.66 | 13 | - |
| YUV | 93.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 96 | 0.41 | 0 | 0.11 | 0.58 | 163.64 | 0.26 | 0.34 |
| Hex | 40 | 6C | 60 | 29 | 0 | B | 3A | A4 | 1A | 22 |
| Octal | 100 | 154 | 140 | 51 | 0 | 13 | 72 | 244 | 32 | 42 |
| Binary | 1000000 | 1101100 | 1100000 | 101001 | 0 | 1011 | 111010 | 10100100 | 11010 | 100010 |
Color Harmonies of #406C60
Complementary color
Monochromatic Colors of #406C60
Black with #406C60
Text Example
Text Example
White with #406C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406C60; }
p { color: rgb(64,108,96); }
H1.HeaderClassName
{
color: #406C60;
}
.AnyTagClassName
{
color: #406C60;
}
</style>
background-color css
<style>
a { background-color: #406C60; }
a { background-color: rgb(64,108,96); }
div.DivClassName
{
background-color: #406C60;
}
.BgClassName
{
background-color: #406C60;
}
</style>
border-color css
<style>
span { border-color: #406C60; }
span { border-color: rgb(64,108,96); }
td.TdClassName
{
border-color: #406C60;
}
.TagClassName
{
border-color: #406C60;
}
</style>