Shades of Tosca #6D4447
Tints of Tosca #6D4447
RGB
CMYK
RGB Variations
Color information
#6D4447 (or 0x6D4447) is known color: Tosca. HEX triplet: 6D, 44 and 47. RGB value is (109,68,71). Sum of RGB (Red+Green+Blue) = 109+68+71=248 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.95% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4447 is #92BBB8. Grayscale: #505050. Windows color (decimal): -9616313 or 4670573. OLE color: 4670573.
HSL color Cylindrical-coordinate representation of color #6D4447: hue angle of 355.61º 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 #6D4447 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 68 | 71 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.57 |
| HSL | 355.61º | 0.23% | 0.35% | - |
| HSV(B) | 355.61º | 0.38% | 0.43% | - |
| XYZ | 9.51 | 7.84 | 6.97 | - |
| YUV | 80.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 68 | 71 | 0 | 0.38 | 0.35 | 0.57 | 355.61 | 0.23 | 0.35 |
| Hex | 6D | 44 | 47 | 0 | 26 | 23 | 39 | 164 | 17 | 23 |
| Octal | 155 | 104 | 107 | 0 | 46 | 43 | 71 | 544 | 27 | 43 |
| Binary | 1101101 | 1000100 | 1000111 | 0 | 100110 | 100011 | 111001 | 101100100 | 10111 | 100011 |
Color Harmonies of #6D4447
Complementary color
Monochromatic Colors of #6D4447
Black with #6D4447
Text Example
Text Example
White with #6D4447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4447; }
p { color: rgb(109,68,71); }
H1.HeaderClassName
{
color: #6D4447;
}
.AnyTagClassName
{
color: #6D4447;
}
</style>
background-color css
<style>
a { background-color: #6D4447; }
a { background-color: rgb(109,68,71); }
div.DivClassName
{
background-color: #6D4447;
}
.BgClassName
{
background-color: #6D4447;
}
</style>
border-color css
<style>
span { border-color: #6D4447; }
span { border-color: rgb(109,68,71); }
td.TdClassName
{
border-color: #6D4447;
}
.TagClassName
{
border-color: #6D4447;
}
</style>