Shades of Stromboli #44685C
Tints of Stromboli #44685C
RGB
CMYK
RGB Variations
Color information
#44685C (or 0x44685C) is known color: Stromboli. HEX triplet: 44, 68 and 5C. RGB value is (68,104,92). Sum of RGB (Red+Green+Blue) = 68+104+92=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 92 (36.33% from 255 or 34.85% from 264); Max value from RGB is 104 - color contains mainly: green. Hex color #44685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44685C is #BB97A3. Grayscale: #5B5B5B. Windows color (decimal): -12294052 or 6056004. OLE color: 6056004.
HSL color Cylindrical-coordinate representation of color #44685C: hue angle of 160º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #44685C is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 104 | 92 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.59 |
| HSL | 160º | 0.21% | 0.34% | - |
| HSV(B) | 160º | 0.35% | 0.41% | - |
| XYZ | 9.27 | 11.9 | 11.93 | - |
| YUV | 91.87 | 128.07 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 104 | 92 | 0.35 | 0 | 0.12 | 0.59 | 160 | 0.21 | 0.34 |
| Hex | 44 | 68 | 5C | 23 | 0 | C | 3B | A0 | 15 | 22 |
| Octal | 104 | 150 | 134 | 43 | 0 | 14 | 73 | 240 | 25 | 42 |
| Binary | 1000100 | 1101000 | 1011100 | 100011 | 0 | 1100 | 111011 | 10100000 | 10101 | 100010 |
Color Harmonies of #44685C
Complementary color
Monochromatic Colors of #44685C
Black with #44685C
Text Example
Text Example
White with #44685C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44685C; }
p { color: rgb(68,104,92); }
H1.HeaderClassName
{
color: #44685C;
}
.AnyTagClassName
{
color: #44685C;
}
</style>
background-color css
<style>
a { background-color: #44685C; }
a { background-color: rgb(68,104,92); }
div.DivClassName
{
background-color: #44685C;
}
.BgClassName
{
background-color: #44685C;
}
</style>
border-color css
<style>
span { border-color: #44685C; }
span { border-color: rgb(68,104,92); }
td.TdClassName
{
border-color: #44685C;
}
.TagClassName
{
border-color: #44685C;
}
</style>