Shades of Stromboli #40645C
Tints of Stromboli #40645C
RGB
CMYK
RGB Variations
Color information
#40645C (or 0x40645C) is known color: Stromboli. HEX triplet: 40, 64 and 5C. RGB value is (64,100,92). Sum of RGB (Red+Green+Blue) = 64+100+92=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 100 - color contains mainly: green. Hex color #40645C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40645C is #BF9BA3. Grayscale: #585858. Windows color (decimal): -12557220 or 6054976. OLE color: 6054976.
HSL color Cylindrical-coordinate representation of color #40645C: hue angle of 166.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #40645C is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 64 | 100 | 92 | - |
| CMYK | 0.36 | 0 | 0.08 | 0.61 |
| HSL | 166.67º | 0.22% | 0.32% | - |
| HSV(B) | 166.67º | 0.36% | 0.39% | - |
| XYZ | 8.6 | 10.98 | 11.79 | - |
| YUV | 88.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 100 | 92 | 0.36 | 0 | 0.08 | 0.61 | 166.67 | 0.22 | 0.32 |
| Hex | 40 | 64 | 5C | 24 | 0 | 8 | 3D | A7 | 16 | 20 |
| Octal | 100 | 144 | 134 | 44 | 0 | 10 | 75 | 247 | 26 | 40 |
| Binary | 1000000 | 1100100 | 1011100 | 100100 | 0 | 1000 | 111101 | 10100111 | 10110 | 100000 |
Color Harmonies of #40645C
Complementary color
Monochromatic Colors of #40645C
Black with #40645C
Text Example
Text Example
White with #40645C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40645C; }
p { color: rgb(64,100,92); }
H1.HeaderClassName
{
color: #40645C;
}
.AnyTagClassName
{
color: #40645C;
}
</style>
background-color css
<style>
a { background-color: #40645C; }
a { background-color: rgb(64,100,92); }
div.DivClassName
{
background-color: #40645C;
}
.BgClassName
{
background-color: #40645C;
}
</style>
border-color css
<style>
span { border-color: #40645C; }
span { border-color: rgb(64,100,92); }
td.TdClassName
{
border-color: #40645C;
}
.TagClassName
{
border-color: #40645C;
}
</style>