Shades of Tosca #6D4A4F
Tints of Tosca #6D4A4F
RGB
CMYK
RGB Variations
Color information
#6D4A4F (or 0x6D4A4F) is known color: Tosca. HEX triplet: 6D, 4A and 4F. RGB value is (109,74,79). Sum of RGB (Red+Green+Blue) = 109+74+79=262 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.60% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4A4F is #92B5B0. Grayscale: #555555. Windows color (decimal): -9614769 or 5196397. OLE color: 5196397.
HSL color Cylindrical-coordinate representation of color #6D4A4F: hue angle of 351.43º 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 #6D4A4F is Cyan = 0, Magento = 0.32, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 74 | 79 | - |
| CMYK | 0 | 0.32 | 0.28 | 0.57 |
| HSL | 351.43º | 0.19% | 0.36% | - |
| HSV(B) | 351.43º | 0.32% | 0.43% | - |
| XYZ | 10.17 | 8.71 | 8.54 | - |
| YUV | 85.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 79 | 0 | 0.32 | 0.28 | 0.57 | 351.43 | 0.19 | 0.36 |
| Hex | 6D | 4A | 4F | 0 | 20 | 1C | 39 | 15F | 13 | 24 |
| Octal | 155 | 112 | 117 | 0 | 40 | 34 | 71 | 537 | 23 | 44 |
| Binary | 1101101 | 1001010 | 1001111 | 0 | 100000 | 11100 | 111001 | 101011111 | 10011 | 100100 |
Color Harmonies of #6D4A4F
Complementary color
Monochromatic Colors of #6D4A4F
Black with #6D4A4F
Text Example
Text Example
White with #6D4A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A4F; }
p { color: rgb(109,74,79); }
H1.HeaderClassName
{
color: #6D4A4F;
}
.AnyTagClassName
{
color: #6D4A4F;
}
</style>
background-color css
<style>
a { background-color: #6D4A4F; }
a { background-color: rgb(109,74,79); }
div.DivClassName
{
background-color: #6D4A4F;
}
.BgClassName
{
background-color: #6D4A4F;
}
</style>
border-color css
<style>
span { border-color: #6D4A4F; }
span { border-color: rgb(109,74,79); }
td.TdClassName
{
border-color: #6D4A4F;
}
.TagClassName
{
border-color: #6D4A4F;
}
</style>