Shades of Tosca #6D4243
Tints of Tosca #6D4243
RGB
CMYK
RGB Variations
Color information
#6D4243 (or 0x6D4243) is known color: Tosca. HEX triplet: 6D, 42 and 43. RGB value is (109,66,67). Sum of RGB (Red+Green+Blue) = 109+66+67=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 67 (26.56% from 255 or 27.69% from 242); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4243 is #92BDBC. Grayscale: #4F4F4F. Windows color (decimal): -9616829 or 4407917. OLE color: 4407917.
HSL color Cylindrical-coordinate representation of color #6D4243: hue angle of 358.6º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D4243 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 66 | 67 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.57 |
| HSL | 358.6º | 0.25% | 0.34% | - |
| HSV(B) | 358.6º | 0.39% | 0.43% | - |
| XYZ | 9.27 | 7.55 | 6.28 | - |
| YUV | 78.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 67 | 0 | 0.39 | 0.39 | 0.57 | 358.6 | 0.25 | 0.34 |
| Hex | 6D | 42 | 43 | 0 | 27 | 27 | 39 | 167 | 19 | 22 |
| Octal | 155 | 102 | 103 | 0 | 47 | 47 | 71 | 547 | 31 | 42 |
| Binary | 1101101 | 1000010 | 1000011 | 0 | 100111 | 100111 | 111001 | 101100111 | 11001 | 100010 |
Color Harmonies of #6D4243
Complementary color
Monochromatic Colors of #6D4243
Black with #6D4243
Text Example
Text Example
White with #6D4243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4243; }
p { color: rgb(109,66,67); }
H1.HeaderClassName
{
color: #6D4243;
}
.AnyTagClassName
{
color: #6D4243;
}
</style>
background-color css
<style>
a { background-color: #6D4243; }
a { background-color: rgb(109,66,67); }
div.DivClassName
{
background-color: #6D4243;
}
.BgClassName
{
background-color: #6D4243;
}
</style>
border-color css
<style>
span { border-color: #6D4243; }
span { border-color: rgb(109,66,67); }
td.TdClassName
{
border-color: #6D4243;
}
.TagClassName
{
border-color: #6D4243;
}
</style>