Shades of Stromboli #44645D
Tints of Stromboli #44645D
RGB
CMYK
RGB Variations
Color information
#44645D (or 0x44645D) is known color: Stromboli. HEX triplet: 44, 64 and 5D. RGB value is (68,100,93). Sum of RGB (Red+Green+Blue) = 68+100+93=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 100 - color contains mainly: green. Hex color #44645D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44645D is #BB9BA2. Grayscale: #595959. Windows color (decimal): -12295075 or 6120516. OLE color: 6120516.
HSL color Cylindrical-coordinate representation of color #44645D: hue angle of 166.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #44645D is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 100 | 93 | - |
| CMYK | 0.32 | 0 | 0.07 | 0.61 |
| HSL | 166.88º | 0.19% | 0.33% | - |
| HSV(B) | 166.88º | 0.32% | 0.39% | - |
| XYZ | 8.92 | 11.13 | 12.03 | - |
| YUV | 89.63 | 129.9 | 112.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 100 | 93 | 0.32 | 0 | 0.07 | 0.61 | 166.88 | 0.19 | 0.33 |
| Hex | 44 | 64 | 5D | 20 | 0 | 7 | 3D | A7 | 13 | 21 |
| Octal | 104 | 144 | 135 | 40 | 0 | 7 | 75 | 247 | 23 | 41 |
| Binary | 1000100 | 1100100 | 1011101 | 100000 | 0 | 111 | 111101 | 10100111 | 10011 | 100001 |
Color Harmonies of #44645D
Complementary color
Monochromatic Colors of #44645D
Black with #44645D
Text Example
Text Example
White with #44645D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44645D; }
p { color: rgb(68,100,93); }
H1.HeaderClassName
{
color: #44645D;
}
.AnyTagClassName
{
color: #44645D;
}
</style>
background-color css
<style>
a { background-color: #44645D; }
a { background-color: rgb(68,100,93); }
div.DivClassName
{
background-color: #44645D;
}
.BgClassName
{
background-color: #44645D;
}
</style>
border-color css
<style>
span { border-color: #44645D; }
span { border-color: rgb(68,100,93); }
td.TdClassName
{
border-color: #44645D;
}
.TagClassName
{
border-color: #44645D;
}
</style>