Shades of Tosca #6D4A4E
Tints of Tosca #6D4A4E
RGB
CMYK
RGB Variations
Color information
#6D4A4E (or 0x6D4A4E) is known color: Tosca. HEX triplet: 6D, 4A and 4E. RGB value is (109,74,78). Sum of RGB (Red+Green+Blue) = 109+74+78=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4A4E is #92B5B1. Grayscale: #545454. Windows color (decimal): -9614770 or 5130861. OLE color: 5130861.
HSL color Cylindrical-coordinate representation of color #6D4A4E: hue angle of 353.14º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D4A4E is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 74 | 78 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.57 |
| HSL | 353.14º | 0.19% | 0.36% | - |
| HSV(B) | 353.14º | 0.32% | 0.43% | - |
| XYZ | 10.13 | 8.7 | 8.35 | - |
| YUV | 84.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 78 | 0 | 0.32 | 0.28 | 0.57 | 353.14 | 0.19 | 0.36 |
| Hex | 6D | 4A | 4E | 0 | 20 | 1C | 39 | 161 | 13 | 24 |
| Octal | 155 | 112 | 116 | 0 | 40 | 34 | 71 | 541 | 23 | 44 |
| Binary | 1101101 | 1001010 | 1001110 | 0 | 100000 | 11100 | 111001 | 101100001 | 10011 | 100100 |
Color Harmonies of #6D4A4E
Complementary color
Monochromatic Colors of #6D4A4E
Black with #6D4A4E
Text Example
Text Example
White with #6D4A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A4E; }
p { color: rgb(109,74,78); }
H1.HeaderClassName
{
color: #6D4A4E;
}
.AnyTagClassName
{
color: #6D4A4E;
}
</style>
background-color css
<style>
a { background-color: #6D4A4E; }
a { background-color: rgb(109,74,78); }
div.DivClassName
{
background-color: #6D4A4E;
}
.BgClassName
{
background-color: #6D4A4E;
}
</style>
border-color css
<style>
span { border-color: #6D4A4E; }
span { border-color: rgb(109,74,78); }
td.TdClassName
{
border-color: #6D4A4E;
}
.TagClassName
{
border-color: #6D4A4E;
}
</style>