Shades of Tosca #6D4749
Tints of Tosca #6D4749
RGB
CMYK
RGB Variations
Color information
#6D4749 (or 0x6D4749) is known color: Tosca. HEX triplet: 6D, 47 and 49. RGB value is (109,71,73). Sum of RGB (Red+Green+Blue) = 109+71+73=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 73 (28.91% from 255 or 28.85% from 253); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4749 is #92B8B6. Grayscale: #525252. Windows color (decimal): -9615543 or 4802413. OLE color: 4802413.
HSL color Cylindrical-coordinate representation of color #6D4749: hue angle of 356.84º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D4749 is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 71 | 73 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.57 |
| HSL | 356.84º | 0.21% | 0.35% | - |
| HSV(B) | 356.84º | 0.35% | 0.43% | - |
| XYZ | 9.76 | 8.24 | 7.38 | - |
| YUV | 82.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 71 | 73 | 0 | 0.35 | 0.33 | 0.57 | 356.84 | 0.21 | 0.35 |
| Hex | 6D | 47 | 49 | 0 | 23 | 21 | 39 | 165 | 15 | 23 |
| Octal | 155 | 107 | 111 | 0 | 43 | 41 | 71 | 545 | 25 | 43 |
| Binary | 1101101 | 1000111 | 1001001 | 0 | 100011 | 100001 | 111001 | 101100101 | 10101 | 100011 |
Color Harmonies of #6D4749
Complementary color
Monochromatic Colors of #6D4749
Black with #6D4749
Text Example
Text Example
White with #6D4749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4749; }
p { color: rgb(109,71,73); }
H1.HeaderClassName
{
color: #6D4749;
}
.AnyTagClassName
{
color: #6D4749;
}
</style>
background-color css
<style>
a { background-color: #6D4749; }
a { background-color: rgb(109,71,73); }
div.DivClassName
{
background-color: #6D4749;
}
.BgClassName
{
background-color: #6D4749;
}
</style>
border-color css
<style>
span { border-color: #6D4749; }
span { border-color: rgb(109,71,73); }
td.TdClassName
{
border-color: #6D4749;
}
.TagClassName
{
border-color: #6D4749;
}
</style>