Shades of Tosca #6D4347
Tints of Tosca #6D4347
RGB
CMYK
RGB Variations
Color information
#6D4347 (or 0x6D4347) is known color: Tosca. HEX triplet: 6D, 43 and 47. RGB value is (109,67,71). Sum of RGB (Red+Green+Blue) = 109+67+71=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4347 is #92BCB8. Grayscale: #505050. Windows color (decimal): -9616569 or 4670317. OLE color: 4670317.
HSL color Cylindrical-coordinate representation of color #6D4347: hue angle of 354.29º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D4347 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 67 | 71 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.57 |
| HSL | 354.29º | 0.24% | 0.35% | - |
| HSV(B) | 354.29º | 0.39% | 0.43% | - |
| XYZ | 9.45 | 7.72 | 6.95 | - |
| YUV | 80.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 67 | 71 | 0 | 0.39 | 0.35 | 0.57 | 354.29 | 0.24 | 0.35 |
| Hex | 6D | 43 | 47 | 0 | 27 | 23 | 39 | 162 | 18 | 23 |
| Octal | 155 | 103 | 107 | 0 | 47 | 43 | 71 | 542 | 30 | 43 |
| Binary | 1101101 | 1000011 | 1000111 | 0 | 100111 | 100011 | 111001 | 101100010 | 11000 | 100011 |
Color Harmonies of #6D4347
Complementary color
Monochromatic Colors of #6D4347
Black with #6D4347
Text Example
Text Example
White with #6D4347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4347; }
p { color: rgb(109,67,71); }
H1.HeaderClassName
{
color: #6D4347;
}
.AnyTagClassName
{
color: #6D4347;
}
</style>
background-color css
<style>
a { background-color: #6D4347; }
a { background-color: rgb(109,67,71); }
div.DivClassName
{
background-color: #6D4347;
}
.BgClassName
{
background-color: #6D4347;
}
</style>
border-color css
<style>
span { border-color: #6D4347; }
span { border-color: rgb(109,67,71); }
td.TdClassName
{
border-color: #6D4347;
}
.TagClassName
{
border-color: #6D4347;
}
</style>