Shades of Stromboli #45695E
Tints of Stromboli #45695E
RGB
CMYK
RGB Variations
Color information
#45695E (or 0x45695E) is known color: Stromboli. HEX triplet: 45, 69 and 5E. RGB value is (69,105,94). Sum of RGB (Red+Green+Blue) = 69+105+94=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 94 (37.11% from 255 or 35.07% from 268); Max value from RGB is 105 - color contains mainly: green. Hex color #45695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45695E is #BA96A1. Grayscale: #5C5C5C. Windows color (decimal): -12228258 or 6187333. OLE color: 6187333.
HSL color Cylindrical-coordinate representation of color #45695E: hue angle of 161.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #45695E is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 105 | 94 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.59 |
| HSL | 161.67º | 0.21% | 0.34% | - |
| HSV(B) | 161.67º | 0.34% | 0.41% | - |
| XYZ | 9.53 | 12.18 | 12.44 | - |
| YUV | 92.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 94 | 0.34 | 0 | 0.10 | 0.59 | 161.67 | 0.21 | 0.34 |
| Hex | 45 | 69 | 5E | 22 | 0 | A | 3B | A2 | 15 | 22 |
| Octal | 105 | 151 | 136 | 42 | 0 | 12 | 73 | 242 | 25 | 42 |
| Binary | 1000101 | 1101001 | 1011110 | 100010 | 0 | 1010 | 111011 | 10100010 | 10101 | 100010 |
Color Harmonies of #45695E
Complementary color
Monochromatic Colors of #45695E
Black with #45695E
Text Example
Text Example
White with #45695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45695E; }
p { color: rgb(69,105,94); }
H1.HeaderClassName
{
color: #45695E;
}
.AnyTagClassName
{
color: #45695E;
}
</style>
background-color css
<style>
a { background-color: #45695E; }
a { background-color: rgb(69,105,94); }
div.DivClassName
{
background-color: #45695E;
}
.BgClassName
{
background-color: #45695E;
}
</style>
border-color css
<style>
span { border-color: #45695E; }
span { border-color: rgb(69,105,94); }
td.TdClassName
{
border-color: #45695E;
}
.TagClassName
{
border-color: #45695E;
}
</style>