Shades of Tosca #6D444A
Tints of Tosca #6D444A
RGB
CMYK
RGB Variations
Color information
#6D444A (or 0x6D444A) is known color: Tosca. HEX triplet: 6D, 44 and 4A. RGB value is (109,68,74). Sum of RGB (Red+Green+Blue) = 109+68+74=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 74 (29.30% from 255 or 29.48% from 251); Max value from RGB is 109 - color contains mainly: red. Hex color #6D444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D444A is #92BBB5. Grayscale: #505050. Windows color (decimal): -9616310 or 4867181. OLE color: 4867181.
HSL color Cylindrical-coordinate representation of color #6D444A: hue angle of 351.22º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D444A is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 68 | 74 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.57 |
| HSL | 351.22º | 0.23% | 0.35% | - |
| HSV(B) | 351.22º | 0.38% | 0.43% | - |
| XYZ | 9.61 | 7.88 | 7.49 | - |
| YUV | 80.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 68 | 74 | 0 | 0.38 | 0.32 | 0.57 | 351.22 | 0.23 | 0.35 |
| Hex | 6D | 44 | 4A | 0 | 26 | 20 | 39 | 15F | 17 | 23 |
| Octal | 155 | 104 | 112 | 0 | 46 | 40 | 71 | 537 | 27 | 43 |
| Binary | 1101101 | 1000100 | 1001010 | 0 | 100110 | 100000 | 111001 | 101011111 | 10111 | 100011 |
Color Harmonies of #6D444A
Complementary color
Monochromatic Colors of #6D444A
Black with #6D444A
Text Example
Text Example
White with #6D444A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D444A; }
p { color: rgb(109,68,74); }
H1.HeaderClassName
{
color: #6D444A;
}
.AnyTagClassName
{
color: #6D444A;
}
</style>
background-color css
<style>
a { background-color: #6D444A; }
a { background-color: rgb(109,68,74); }
div.DivClassName
{
background-color: #6D444A;
}
.BgClassName
{
background-color: #6D444A;
}
</style>
border-color css
<style>
span { border-color: #6D444A; }
span { border-color: rgb(109,68,74); }
td.TdClassName
{
border-color: #6D444A;
}
.TagClassName
{
border-color: #6D444A;
}
</style>