Shades of Tosca #6E494C
Tints of Tosca #6E494C
RGB
CMYK
RGB Variations
Color information
#6E494C (or 0x6E494C) is known color: Tosca. HEX triplet: 6E, 49 and 4C. RGB value is (110,73,76). Sum of RGB (Red+Green+Blue) = 110+73+76=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 110 - color contains mainly: red. Hex color #6E494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E494C is #91B6B3. Grayscale: #545454. Windows color (decimal): -9549492 or 4999534. OLE color: 4999534.
HSL color Cylindrical-coordinate representation of color #6E494C: hue angle of 355.14º 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 #6E494C is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 73 | 76 | - |
| CMYK | 0 | 0.34 | 0.31 | 0.57 |
| HSL | 355.14º | 0.2% | 0.36% | - |
| HSV(B) | 355.14º | 0.34% | 0.43% | - |
| XYZ | 10.12 | 8.6 | 7.96 | - |
| YUV | 84.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 73 | 76 | 0 | 0.34 | 0.31 | 0.57 | 355.14 | 0.2 | 0.36 |
| Hex | 6E | 49 | 4C | 0 | 22 | 1F | 39 | 163 | 14 | 24 |
| Octal | 156 | 111 | 114 | 0 | 42 | 37 | 71 | 543 | 24 | 44 |
| Binary | 1101110 | 1001001 | 1001100 | 0 | 100010 | 11111 | 111001 | 101100011 | 10100 | 100100 |
Color Harmonies of #6E494C
Complementary color
Monochromatic Colors of #6E494C
Black with #6E494C
Text Example
Text Example
White with #6E494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E494C; }
p { color: rgb(110,73,76); }
H1.HeaderClassName
{
color: #6E494C;
}
.AnyTagClassName
{
color: #6E494C;
}
</style>
background-color css
<style>
a { background-color: #6E494C; }
a { background-color: rgb(110,73,76); }
div.DivClassName
{
background-color: #6E494C;
}
.BgClassName
{
background-color: #6E494C;
}
</style>
border-color css
<style>
span { border-color: #6E494C; }
span { border-color: rgb(110,73,76); }
td.TdClassName
{
border-color: #6E494C;
}
.TagClassName
{
border-color: #6E494C;
}
</style>