Shades of Stromboli #406961
Tints of Stromboli #406961
RGB
CMYK
RGB Variations
Color information
#406961 (or 0x406961) is known color: Stromboli. HEX triplet: 40, 69 and 61. RGB value is (64,105,97). Sum of RGB (Red+Green+Blue) = 64+105+97=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #406961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406961 is #BF969E. Grayscale: #5B5B5B. Windows color (decimal): -12555935 or 6383936. OLE color: 6383936.
HSL color Cylindrical-coordinate representation of color #406961: hue angle of 168.29º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #406961 is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 64 | 105 | 97 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.59 |
| HSL | 168.29º | 0.24% | 0.33% | - |
| HSV(B) | 168.29º | 0.39% | 0.41% | - |
| XYZ | 9.32 | 12.06 | 13.14 | - |
| YUV | 91.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 105 | 97 | 0.39 | 0 | 0.08 | 0.59 | 168.29 | 0.24 | 0.33 |
| Hex | 40 | 69 | 61 | 27 | 0 | 8 | 3B | A8 | 18 | 21 |
| Octal | 100 | 151 | 141 | 47 | 0 | 10 | 73 | 250 | 30 | 41 |
| Binary | 1000000 | 1101001 | 1100001 | 100111 | 0 | 1000 | 111011 | 10101000 | 11000 | 100001 |
Color Harmonies of #406961
Complementary color
Monochromatic Colors of #406961
Black with #406961
Text Example
Text Example
White with #406961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406961; }
p { color: rgb(64,105,97); }
H1.HeaderClassName
{
color: #406961;
}
.AnyTagClassName
{
color: #406961;
}
</style>
background-color css
<style>
a { background-color: #406961; }
a { background-color: rgb(64,105,97); }
div.DivClassName
{
background-color: #406961;
}
.BgClassName
{
background-color: #406961;
}
</style>
border-color css
<style>
span { border-color: #406961; }
span { border-color: rgb(64,105,97); }
td.TdClassName
{
border-color: #406961;
}
.TagClassName
{
border-color: #406961;
}
</style>