Shades of Tosca #6D4142
Tints of Tosca #6D4142
RGB
CMYK
RGB Variations
Color information
#6D4142 (or 0x6D4142) is known color: Tosca. HEX triplet: 6D, 41 and 42. RGB value is (109,65,66). Sum of RGB (Red+Green+Blue) = 109+65+66=240 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.42% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 66 (26.17% from 255 or 27.5% from 240); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4142 is #92BEBD. Grayscale: #4E4E4E. Windows color (decimal): -9617086 or 4342125. OLE color: 4342125.
HSL color Cylindrical-coordinate representation of color #6D4142: hue angle of 358.64º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D4142 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 65 | 66 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.57 |
| HSL | 358.64º | 0.25% | 0.34% | - |
| HSV(B) | 358.64º | 0.4% | 0.43% | - |
| XYZ | 9.18 | 7.43 | 6.1 | - |
| YUV | 78.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 65 | 66 | 0 | 0.40 | 0.39 | 0.57 | 358.64 | 0.25 | 0.34 |
| Hex | 6D | 41 | 42 | 0 | 28 | 27 | 39 | 167 | 19 | 22 |
| Octal | 155 | 101 | 102 | 0 | 50 | 47 | 71 | 547 | 31 | 42 |
| Binary | 1101101 | 1000001 | 1000010 | 0 | 101000 | 100111 | 111001 | 101100111 | 11001 | 100010 |
Color Harmonies of #6D4142
Complementary color
Monochromatic Colors of #6D4142
Black with #6D4142
Text Example
Text Example
White with #6D4142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4142; }
p { color: rgb(109,65,66); }
H1.HeaderClassName
{
color: #6D4142;
}
.AnyTagClassName
{
color: #6D4142;
}
</style>
background-color css
<style>
a { background-color: #6D4142; }
a { background-color: rgb(109,65,66); }
div.DivClassName
{
background-color: #6D4142;
}
.BgClassName
{
background-color: #6D4142;
}
</style>
border-color css
<style>
span { border-color: #6D4142; }
span { border-color: rgb(109,65,66); }
td.TdClassName
{
border-color: #6D4142;
}
.TagClassName
{
border-color: #6D4142;
}
</style>