Shades of Tosca #6E3D45
Tints of Tosca #6E3D45
RGB
CMYK
RGB Variations
Color information
#6E3D45 (or 0x6E3D45) is known color: Tosca. HEX triplet: 6E, 3D and 45. RGB value is (110,61,69). Sum of RGB (Red+Green+Blue) = 110+61+69=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3D45 is #91C2BA. Grayscale: #4C4C4C. Windows color (decimal): -9552571 or 4537710. OLE color: 4537710.
HSL color Cylindrical-coordinate representation of color #6E3D45: hue angle of 350.2º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E3D45 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 61 | 69 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.57 |
| HSL | 350.2º | 0.29% | 0.34% | - |
| HSV(B) | 350.2º | 0.45% | 0.43% | - |
| XYZ | 9.17 | 7.08 | 6.51 | - |
| YUV | 76.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 61 | 69 | 0 | 0.45 | 0.37 | 0.57 | 350.2 | 0.29 | 0.34 |
| Hex | 6E | 3D | 45 | 0 | 2D | 25 | 39 | 15E | 1D | 22 |
| Octal | 156 | 75 | 105 | 0 | 55 | 45 | 71 | 536 | 35 | 42 |
| Binary | 1101110 | 111101 | 1000101 | 0 | 101101 | 100101 | 111001 | 101011110 | 11101 | 100010 |
Color Harmonies of #6E3D45
Complementary color
Monochromatic Colors of #6E3D45
Black with #6E3D45
Text Example
Text Example
White with #6E3D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3D45; }
p { color: rgb(110,61,69); }
H1.HeaderClassName
{
color: #6E3D45;
}
.AnyTagClassName
{
color: #6E3D45;
}
</style>
background-color css
<style>
a { background-color: #6E3D45; }
a { background-color: rgb(110,61,69); }
div.DivClassName
{
background-color: #6E3D45;
}
.BgClassName
{
background-color: #6E3D45;
}
</style>
border-color css
<style>
span { border-color: #6E3D45; }
span { border-color: rgb(110,61,69); }
td.TdClassName
{
border-color: #6E3D45;
}
.TagClassName
{
border-color: #6E3D45;
}
</style>