Shades of Tosca #6D4A4C
Tints of Tosca #6D4A4C
RGB
CMYK
RGB Variations
Color information
#6D4A4C (or 0x6D4A4C) is known color: Tosca. HEX triplet: 6D, 4A and 4C. RGB value is (109,74,76). Sum of RGB (Red+Green+Blue) = 109+74+76=259 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.08% from 259); Green value is 74 (29.30% from 255 or 28.57% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4A4C is #92B5B3. Grayscale: #545454. Windows color (decimal): -9614772 or 4999789. OLE color: 4999789.
HSL color Cylindrical-coordinate representation of color #6D4A4C: hue angle of 356.57º 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 #6D4A4C is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 74 | 76 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.57 |
| HSL | 356.57º | 0.19% | 0.36% | - |
| HSV(B) | 356.57º | 0.32% | 0.43% | - |
| XYZ | 10.06 | 8.67 | 7.98 | - |
| YUV | 84.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 76 | 0 | 0.32 | 0.30 | 0.57 | 356.57 | 0.19 | 0.36 |
| Hex | 6D | 4A | 4C | 0 | 20 | 1E | 39 | 165 | 13 | 24 |
| Octal | 155 | 112 | 114 | 0 | 40 | 36 | 71 | 545 | 23 | 44 |
| Binary | 1101101 | 1001010 | 1001100 | 0 | 100000 | 11110 | 111001 | 101100101 | 10011 | 100100 |
Color Harmonies of #6D4A4C
Complementary color
Monochromatic Colors of #6D4A4C
Black with #6D4A4C
Text Example
Text Example
White with #6D4A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A4C; }
p { color: rgb(109,74,76); }
H1.HeaderClassName
{
color: #6D4A4C;
}
.AnyTagClassName
{
color: #6D4A4C;
}
</style>
background-color css
<style>
a { background-color: #6D4A4C; }
a { background-color: rgb(109,74,76); }
div.DivClassName
{
background-color: #6D4A4C;
}
.BgClassName
{
background-color: #6D4A4C;
}
</style>
border-color css
<style>
span { border-color: #6D4A4C; }
span { border-color: rgb(109,74,76); }
td.TdClassName
{
border-color: #6D4A4C;
}
.TagClassName
{
border-color: #6D4A4C;
}
</style>