Shades of Tosca #6D4546
Tints of Tosca #6D4546
RGB
CMYK
RGB Variations
Color information
#6D4546 (or 0x6D4546) is known color: Tosca. HEX triplet: 6D, 45 and 46. RGB value is (109,69,70). Sum of RGB (Red+Green+Blue) = 109+69+70=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 70 (27.73% from 255 or 28.23% from 248); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4546 is #92BAB9. Grayscale: #515151. Windows color (decimal): -9616058 or 4605293. OLE color: 4605293.
HSL color Cylindrical-coordinate representation of color #6D4546: hue angle of 358.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D4546 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 69 | 70 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.57 |
| HSL | 358.5º | 0.22% | 0.35% | - |
| HSV(B) | 358.5º | 0.37% | 0.43% | - |
| XYZ | 9.54 | 7.95 | 6.83 | - |
| YUV | 81.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 69 | 70 | 0 | 0.37 | 0.36 | 0.57 | 358.5 | 0.22 | 0.35 |
| Hex | 6D | 45 | 46 | 0 | 25 | 24 | 39 | 166 | 16 | 23 |
| Octal | 155 | 105 | 106 | 0 | 45 | 44 | 71 | 546 | 26 | 43 |
| Binary | 1101101 | 1000101 | 1000110 | 0 | 100101 | 100100 | 111001 | 101100110 | 10110 | 100011 |
Color Harmonies of #6D4546
Complementary color
Monochromatic Colors of #6D4546
Black with #6D4546
Text Example
Text Example
White with #6D4546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4546; }
p { color: rgb(109,69,70); }
H1.HeaderClassName
{
color: #6D4546;
}
.AnyTagClassName
{
color: #6D4546;
}
</style>
background-color css
<style>
a { background-color: #6D4546; }
a { background-color: rgb(109,69,70); }
div.DivClassName
{
background-color: #6D4546;
}
.BgClassName
{
background-color: #6D4546;
}
</style>
border-color css
<style>
span { border-color: #6D4546; }
span { border-color: rgb(109,69,70); }
td.TdClassName
{
border-color: #6D4546;
}
.TagClassName
{
border-color: #6D4546;
}
</style>