Shades of Tosca #6E484E
Tints of Tosca #6E484E
RGB
CMYK
RGB Variations
Color information
#6E484E (or 0x6E484E) is known color: Tosca. HEX triplet: 6E, 48 and 4E. RGB value is (110,72,78). Sum of RGB (Red+Green+Blue) = 110+72+78=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 110 - color contains mainly: red. Hex color #6E484E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E484E is #91B7B1. Grayscale: #545454. Windows color (decimal): -9549746 or 5130350. OLE color: 5130350.
HSL color Cylindrical-coordinate representation of color #6E484E: hue angle of 350.53º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E484E is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 72 | 78 | - |
| CMYK | 0 | 0.35 | 0.29 | 0.57 |
| HSL | 350.53º | 0.21% | 0.36% | - |
| HSV(B) | 350.53º | 0.35% | 0.43% | - |
| XYZ | 10.12 | 8.5 | 8.31 | - |
| YUV | 84.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 72 | 78 | 0 | 0.35 | 0.29 | 0.57 | 350.53 | 0.21 | 0.36 |
| Hex | 6E | 48 | 4E | 0 | 23 | 1D | 39 | 15F | 15 | 24 |
| Octal | 156 | 110 | 116 | 0 | 43 | 35 | 71 | 537 | 25 | 44 |
| Binary | 1101110 | 1001000 | 1001110 | 0 | 100011 | 11101 | 111001 | 101011111 | 10101 | 100100 |
Color Harmonies of #6E484E
Complementary color
Monochromatic Colors of #6E484E
Black with #6E484E
Text Example
Text Example
White with #6E484E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E484E; }
p { color: rgb(110,72,78); }
H1.HeaderClassName
{
color: #6E484E;
}
.AnyTagClassName
{
color: #6E484E;
}
</style>
background-color css
<style>
a { background-color: #6E484E; }
a { background-color: rgb(110,72,78); }
div.DivClassName
{
background-color: #6E484E;
}
.BgClassName
{
background-color: #6E484E;
}
</style>
border-color css
<style>
span { border-color: #6E484E; }
span { border-color: rgb(110,72,78); }
td.TdClassName
{
border-color: #6E484E;
}
.TagClassName
{
border-color: #6E484E;
}
</style>