Shades of Stromboli #45685F
Tints of Stromboli #45685F
RGB
CMYK
RGB Variations
Color information
#45685F (or 0x45685F) is known color: Stromboli. HEX triplet: 45, 68 and 5F. RGB value is (69,104,95). Sum of RGB (Red+Green+Blue) = 69+104+95=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 104 - color contains mainly: green. Hex color #45685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45685F is #BA97A0. Grayscale: #5C5C5C. Windows color (decimal): -12228513 or 6252613. OLE color: 6252613.
HSL color Cylindrical-coordinate representation of color #45685F: hue angle of 164.57º degrees, saturation: 0.2, 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 #45685F is Cyan = 0.34, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 104 | 95 | - |
| CMYK | 0.34 | 0 | 0.09 | 0.59 |
| HSL | 164.57º | 0.2% | 0.34% | - |
| HSV(B) | 164.57º | 0.34% | 0.41% | - |
| XYZ | 9.47 | 11.99 | 12.64 | - |
| YUV | 92.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 104 | 95 | 0.34 | 0 | 0.09 | 0.59 | 164.57 | 0.2 | 0.34 |
| Hex | 45 | 68 | 5F | 22 | 0 | 9 | 3B | A5 | 14 | 22 |
| Octal | 105 | 150 | 137 | 42 | 0 | 11 | 73 | 245 | 24 | 42 |
| Binary | 1000101 | 1101000 | 1011111 | 100010 | 0 | 1001 | 111011 | 10100101 | 10100 | 100010 |
Color Harmonies of #45685F
Complementary color
Monochromatic Colors of #45685F
Black with #45685F
Text Example
Text Example
White with #45685F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45685F; }
p { color: rgb(69,104,95); }
H1.HeaderClassName
{
color: #45685F;
}
.AnyTagClassName
{
color: #45685F;
}
</style>
background-color css
<style>
a { background-color: #45685F; }
a { background-color: rgb(69,104,95); }
div.DivClassName
{
background-color: #45685F;
}
.BgClassName
{
background-color: #45685F;
}
</style>
border-color css
<style>
span { border-color: #45685F; }
span { border-color: rgb(69,104,95); }
td.TdClassName
{
border-color: #45685F;
}
.TagClassName
{
border-color: #45685F;
}
</style>