Shades of Tosca #6E494E
Tints of Tosca #6E494E
RGB
CMYK
RGB Variations
Color information
#6E494E (or 0x6E494E) is known color: Tosca. HEX triplet: 6E, 49 and 4E. RGB value is (110,73,78). Sum of RGB (Red+Green+Blue) = 110+73+78=261 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.15% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 110 - color contains mainly: red. Hex color #6E494E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E494E is #91B6B1. Grayscale: #545454. Windows color (decimal): -9549490 or 5130606. OLE color: 5130606.
HSL color Cylindrical-coordinate representation of color #6E494E: hue angle of 351.89º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E494E is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 73 | 78 | - |
| CMYK | 0 | 0.34 | 0.29 | 0.57 |
| HSL | 351.89º | 0.2% | 0.36% | - |
| HSV(B) | 351.89º | 0.34% | 0.43% | - |
| XYZ | 10.19 | 8.63 | 8.34 | - |
| YUV | 84.63 | 124.26 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 73 | 78 | 0 | 0.34 | 0.29 | 0.57 | 351.89 | 0.2 | 0.36 |
| Hex | 6E | 49 | 4E | 0 | 22 | 1D | 39 | 160 | 14 | 24 |
| Octal | 156 | 111 | 116 | 0 | 42 | 35 | 71 | 540 | 24 | 44 |
| Binary | 1101110 | 1001001 | 1001110 | 0 | 100010 | 11101 | 111001 | 101100000 | 10100 | 100100 |
Color Harmonies of #6E494E
Complementary color
Monochromatic Colors of #6E494E
Black with #6E494E
Text Example
Text Example
White with #6E494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E494E; }
p { color: rgb(110,73,78); }
H1.HeaderClassName
{
color: #6E494E;
}
.AnyTagClassName
{
color: #6E494E;
}
</style>
background-color css
<style>
a { background-color: #6E494E; }
a { background-color: rgb(110,73,78); }
div.DivClassName
{
background-color: #6E494E;
}
.BgClassName
{
background-color: #6E494E;
}
</style>
border-color css
<style>
span { border-color: #6E494E; }
span { border-color: rgb(110,73,78); }
td.TdClassName
{
border-color: #6E494E;
}
.TagClassName
{
border-color: #6E494E;
}
</style>