Shades of Tosca #6E4749
Tints of Tosca #6E4749
RGB
CMYK
RGB Variations
Color information
#6E4749 (or 0x6E4749) is known color: Tosca. HEX triplet: 6E, 47 and 49. RGB value is (110,71,73). Sum of RGB (Red+Green+Blue) = 110+71+73=254 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.31% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 73 (28.91% from 255 or 28.74% from 254); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4749 is #91B8B6. Grayscale: #525252. Windows color (decimal): -9550007 or 4802414. OLE color: 4802414.
HSL color Cylindrical-coordinate representation of color #6E4749: hue angle of 356.92º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E4749 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 71 | 73 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.57 |
| HSL | 356.92º | 0.22% | 0.35% | - |
| HSV(B) | 356.92º | 0.35% | 0.43% | - |
| XYZ | 9.89 | 8.3 | 7.38 | - |
| YUV | 82.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 71 | 73 | 0 | 0.35 | 0.34 | 0.57 | 356.92 | 0.22 | 0.35 |
| Hex | 6E | 47 | 49 | 0 | 23 | 22 | 39 | 165 | 16 | 23 |
| Octal | 156 | 107 | 111 | 0 | 43 | 42 | 71 | 545 | 26 | 43 |
| Binary | 1101110 | 1000111 | 1001001 | 0 | 100011 | 100010 | 111001 | 101100101 | 10110 | 100011 |
Color Harmonies of #6E4749
Complementary color
Monochromatic Colors of #6E4749
Black with #6E4749
Text Example
Text Example
White with #6E4749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4749; }
p { color: rgb(110,71,73); }
H1.HeaderClassName
{
color: #6E4749;
}
.AnyTagClassName
{
color: #6E4749;
}
</style>
background-color css
<style>
a { background-color: #6E4749; }
a { background-color: rgb(110,71,73); }
div.DivClassName
{
background-color: #6E4749;
}
.BgClassName
{
background-color: #6E4749;
}
</style>
border-color css
<style>
span { border-color: #6E4749; }
span { border-color: rgb(110,71,73); }
td.TdClassName
{
border-color: #6E4749;
}
.TagClassName
{
border-color: #6E4749;
}
</style>