Shades of Tosca #6C4447
Tints of Tosca #6C4447
RGB
CMYK
RGB Variations
Color information
#6C4447 (or 0x6C4447) is known color: Tosca. HEX triplet: 6C, 44 and 47. RGB value is (108,68,71). Sum of RGB (Red+Green+Blue) = 108+68+71=247 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.72% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4447 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4447 is #93BBB8. Grayscale: #505050. Windows color (decimal): -9681849 or 4670572. OLE color: 4670572.
HSL color Cylindrical-coordinate representation of color #6C4447: hue angle of 355.5º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C4447 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 68 | 71 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.58 |
| HSL | 355.5º | 0.23% | 0.35% | - |
| HSV(B) | 355.5º | 0.37% | 0.42% | - |
| XYZ | 9.39 | 7.78 | 6.97 | - |
| YUV | 80.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 68 | 71 | 0 | 0.37 | 0.34 | 0.58 | 355.5 | 0.23 | 0.35 |
| Hex | 6C | 44 | 47 | 0 | 25 | 22 | 3A | 164 | 17 | 23 |
| Octal | 154 | 104 | 107 | 0 | 45 | 42 | 72 | 544 | 27 | 43 |
| Binary | 1101100 | 1000100 | 1000111 | 0 | 100101 | 100010 | 111010 | 101100100 | 10111 | 100011 |
Color Harmonies of #6C4447
Complementary color
Monochromatic Colors of #6C4447
Black with #6C4447
Text Example
Text Example
White with #6C4447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4447; }
p { color: rgb(108,68,71); }
H1.HeaderClassName
{
color: #6C4447;
}
.AnyTagClassName
{
color: #6C4447;
}
</style>
background-color css
<style>
a { background-color: #6C4447; }
a { background-color: rgb(108,68,71); }
div.DivClassName
{
background-color: #6C4447;
}
.BgClassName
{
background-color: #6C4447;
}
</style>
border-color css
<style>
span { border-color: #6C4447; }
span { border-color: rgb(108,68,71); }
td.TdClassName
{
border-color: #6C4447;
}
.TagClassName
{
border-color: #6C4447;
}
</style>