Shades of Stromboli #45695F
Tints of Stromboli #45695F
RGB
CMYK
RGB Variations
Color information
#45695F (or 0x45695F) is known color: Stromboli. HEX triplet: 45, 69 and 5F. RGB value is (69,105,95). Sum of RGB (Red+Green+Blue) = 69+105+95=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 95 (37.5% from 255 or 35.32% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #45695F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45695F is #BA96A0. Grayscale: #5D5D5D. Windows color (decimal): -12228257 or 6252869. OLE color: 6252869.
HSL color Cylindrical-coordinate representation of color #45695F: hue angle of 163.33º 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 #45695F is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 105 | 95 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.59 |
| HSL | 163.33º | 0.21% | 0.34% | - |
| HSV(B) | 163.33º | 0.34% | 0.41% | - |
| XYZ | 9.57 | 12.19 | 12.68 | - |
| YUV | 93.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 105 | 95 | 0.34 | 0 | 0.10 | 0.59 | 163.33 | 0.21 | 0.34 |
| Hex | 45 | 69 | 5F | 22 | 0 | A | 3B | A3 | 15 | 22 |
| Octal | 105 | 151 | 137 | 42 | 0 | 12 | 73 | 243 | 25 | 42 |
| Binary | 1000101 | 1101001 | 1011111 | 100010 | 0 | 1010 | 111011 | 10100011 | 10101 | 100010 |
Color Harmonies of #45695F
Complementary color
Monochromatic Colors of #45695F
Black with #45695F
Text Example
Text Example
White with #45695F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45695F; }
p { color: rgb(69,105,95); }
H1.HeaderClassName
{
color: #45695F;
}
.AnyTagClassName
{
color: #45695F;
}
</style>
background-color css
<style>
a { background-color: #45695F; }
a { background-color: rgb(69,105,95); }
div.DivClassName
{
background-color: #45695F;
}
.BgClassName
{
background-color: #45695F;
}
</style>
border-color css
<style>
span { border-color: #45695F; }
span { border-color: rgb(69,105,95); }
td.TdClassName
{
border-color: #45695F;
}
.TagClassName
{
border-color: #45695F;
}
</style>