Shades of Tosca #6E494B
Tints of Tosca #6E494B
RGB
CMYK
RGB Variations
Color information
#6E494B (or 0x6E494B) is known color: Tosca. HEX triplet: 6E, 49 and 4B. RGB value is (110,73,75). Sum of RGB (Red+Green+Blue) = 110+73+75=258 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.64% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 110 - color contains mainly: red. Hex color #6E494B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E494B is #91B6B4. Grayscale: #545454. Windows color (decimal): -9549493 or 4933998. OLE color: 4933998.
HSL color Cylindrical-coordinate representation of color #6E494B: hue angle of 356.76º 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 #6E494B is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 73 | 75 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.57 |
| HSL | 356.76º | 0.2% | 0.36% | - |
| HSV(B) | 356.76º | 0.34% | 0.43% | - |
| XYZ | 10.08 | 8.59 | 7.78 | - |
| YUV | 84.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 73 | 75 | 0 | 0.34 | 0.32 | 0.57 | 356.76 | 0.2 | 0.36 |
| Hex | 6E | 49 | 4B | 0 | 22 | 20 | 39 | 165 | 14 | 24 |
| Octal | 156 | 111 | 113 | 0 | 42 | 40 | 71 | 545 | 24 | 44 |
| Binary | 1101110 | 1001001 | 1001011 | 0 | 100010 | 100000 | 111001 | 101100101 | 10100 | 100100 |
Color Harmonies of #6E494B
Complementary color
Monochromatic Colors of #6E494B
Black with #6E494B
Text Example
Text Example
White with #6E494B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E494B; }
p { color: rgb(110,73,75); }
H1.HeaderClassName
{
color: #6E494B;
}
.AnyTagClassName
{
color: #6E494B;
}
</style>
background-color css
<style>
a { background-color: #6E494B; }
a { background-color: rgb(110,73,75); }
div.DivClassName
{
background-color: #6E494B;
}
.BgClassName
{
background-color: #6E494B;
}
</style>
border-color css
<style>
span { border-color: #6E494B; }
span { border-color: rgb(110,73,75); }
td.TdClassName
{
border-color: #6E494B;
}
.TagClassName
{
border-color: #6E494B;
}
</style>