Shades of Tosca #6E484D
Tints of Tosca #6E484D
RGB
CMYK
RGB Variations
Color information
#6E484D (or 0x6E484D) is known color: Tosca. HEX triplet: 6E, 48 and 4D. RGB value is (110,72,77). Sum of RGB (Red+Green+Blue) = 110+72+77=259 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.47% from 259); Green value is 72 (28.52% from 255 or 27.80% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 110 - color contains mainly: red. Hex color #6E484D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E484D is #91B7B2. Grayscale: #535353. Windows color (decimal): -9549747 or 5064814. OLE color: 5064814.
HSL color Cylindrical-coordinate representation of color #6E484D: hue angle of 352.11º 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 #6E484D is Cyan = 0, Magento = 0.35, Yellow = 0.3 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 72 | 77 | - |
| CMYK | 0 | 0.35 | 0.3 | 0.57 |
| HSL | 352.11º | 0.21% | 0.36% | - |
| HSV(B) | 352.11º | 0.35% | 0.43% | - |
| XYZ | 10.09 | 8.49 | 8.13 | - |
| YUV | 83.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 72 | 77 | 0 | 0.35 | 0.3 | 0.57 | 352.11 | 0.21 | 0.36 |
| Hex | 6E | 48 | 4D | 0 | 23 | 1E | 39 | 160 | 15 | 24 |
| Octal | 156 | 110 | 115 | 0 | 43 | 36 | 71 | 540 | 25 | 44 |
| Binary | 1101110 | 1001000 | 1001101 | 0 | 100011 | 11110 | 111001 | 101100000 | 10101 | 100100 |
Color Harmonies of #6E484D
Complementary color
Monochromatic Colors of #6E484D
Black with #6E484D
Text Example
Text Example
White with #6E484D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E484D; }
p { color: rgb(110,72,77); }
H1.HeaderClassName
{
color: #6E484D;
}
.AnyTagClassName
{
color: #6E484D;
}
</style>
background-color css
<style>
a { background-color: #6E484D; }
a { background-color: rgb(110,72,77); }
div.DivClassName
{
background-color: #6E484D;
}
.BgClassName
{
background-color: #6E484D;
}
</style>
border-color css
<style>
span { border-color: #6E484D; }
span { border-color: rgb(110,72,77); }
td.TdClassName
{
border-color: #6E484D;
}
.TagClassName
{
border-color: #6E484D;
}
</style>