Shades of Stromboli #42645E
Tints of Stromboli #42645E
RGB
CMYK
RGB Variations
Color information
#42645E (or 0x42645E) is known color: Stromboli. HEX triplet: 42, 64 and 5E. RGB value is (66,100,94). Sum of RGB (Red+Green+Blue) = 66+100+94=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 100 - color contains mainly: green. Hex color #42645E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #42645E is #BD9BA1. Grayscale: #595959. Windows color (decimal): -12426146 or 6186050. OLE color: 6186050.
HSL color Cylindrical-coordinate representation of color #42645E: hue angle of 169.41º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #42645E is Cyan = 0.34, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 100 | 94 | - |
| CMYK | 0.34 | 0 | 0.06 | 0.61 |
| HSL | 169.41º | 0.2% | 0.33% | - |
| HSV(B) | 169.41º | 0.34% | 0.39% | - |
| XYZ | 8.82 | 11.08 | 12.26 | - |
| YUV | 89.15 | 130.74 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 100 | 94 | 0.34 | 0 | 0.06 | 0.61 | 169.41 | 0.2 | 0.33 |
| Hex | 42 | 64 | 5E | 22 | 0 | 6 | 3D | A9 | 14 | 21 |
| Octal | 102 | 144 | 136 | 42 | 0 | 6 | 75 | 251 | 24 | 41 |
| Binary | 1000010 | 1100100 | 1011110 | 100010 | 0 | 110 | 111101 | 10101001 | 10100 | 100001 |
Color Harmonies of #42645E
Complementary color
Monochromatic Colors of #42645E
Black with #42645E
Text Example
Text Example
White with #42645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42645E; }
p { color: rgb(66,100,94); }
H1.HeaderClassName
{
color: #42645E;
}
.AnyTagClassName
{
color: #42645E;
}
</style>
background-color css
<style>
a { background-color: #42645E; }
a { background-color: rgb(66,100,94); }
div.DivClassName
{
background-color: #42645E;
}
.BgClassName
{
background-color: #42645E;
}
</style>
border-color css
<style>
span { border-color: #42645E; }
span { border-color: rgb(66,100,94); }
td.TdClassName
{
border-color: #42645E;
}
.TagClassName
{
border-color: #42645E;
}
</style>