Shades of Tosca #6D3E45
Tints of Tosca #6D3E45
RGB
CMYK
RGB Variations
Color information
#6D3E45 (or 0x6D3E45) is known color: Tosca. HEX triplet: 6D, 3E and 45. RGB value is (109,62,69). Sum of RGB (Red+Green+Blue) = 109+62+69=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3E45 is #92C1BA. Grayscale: #4C4C4C. Windows color (decimal): -9617851 or 4537965. OLE color: 4537965.
HSL color Cylindrical-coordinate representation of color #6D3E45: hue angle of 351.06º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D3E45 is Cyan = 0, Magento = 0.43, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 62 | 69 | - |
| CMYK | 0 | 0.43 | 0.37 | 0.57 |
| HSL | 351.06º | 0.27% | 0.34% | - |
| HSV(B) | 351.06º | 0.43% | 0.43% | - |
| XYZ | 9.1 | 7.13 | 6.53 | - |
| YUV | 76.85 | 123.57 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 62 | 69 | 0 | 0.43 | 0.37 | 0.57 | 351.06 | 0.27 | 0.34 |
| Hex | 6D | 3E | 45 | 0 | 2B | 25 | 39 | 15F | 1B | 22 |
| Octal | 155 | 76 | 105 | 0 | 53 | 45 | 71 | 537 | 33 | 42 |
| Binary | 1101101 | 111110 | 1000101 | 0 | 101011 | 100101 | 111001 | 101011111 | 11011 | 100010 |
Color Harmonies of #6D3E45
Complementary color
Monochromatic Colors of #6D3E45
Black with #6D3E45
Text Example
Text Example
White with #6D3E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3E45; }
p { color: rgb(109,62,69); }
H1.HeaderClassName
{
color: #6D3E45;
}
.AnyTagClassName
{
color: #6D3E45;
}
</style>
background-color css
<style>
a { background-color: #6D3E45; }
a { background-color: rgb(109,62,69); }
div.DivClassName
{
background-color: #6D3E45;
}
.BgClassName
{
background-color: #6D3E45;
}
</style>
border-color css
<style>
span { border-color: #6D3E45; }
span { border-color: rgb(109,62,69); }
td.TdClassName
{
border-color: #6D3E45;
}
.TagClassName
{
border-color: #6D3E45;
}
</style>