Shades of Tosca #6E484A
Tints of Tosca #6E484A
RGB
CMYK
RGB Variations
Color information
#6E484A (or 0x6E484A) is known color: Tosca. HEX triplet: 6E, 48 and 4A. RGB value is (110,72,74). Sum of RGB (Red+Green+Blue) = 110+72+74=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 110 - color contains mainly: red. Hex color #6E484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E484A is #91B7B5. Grayscale: #535353. Windows color (decimal): -9549750 or 4868206. OLE color: 4868206.
HSL color Cylindrical-coordinate representation of color #6E484A: hue angle of 356.84º 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 #6E484A is Cyan = 0, Magento = 0.35, Yellow = 0.33 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 72 | 74 | - |
| CMYK | 0 | 0.35 | 0.33 | 0.57 |
| HSL | 356.84º | 0.21% | 0.36% | - |
| HSV(B) | 356.84º | 0.35% | 0.43% | - |
| XYZ | 9.98 | 8.44 | 7.58 | - |
| YUV | 83.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 72 | 74 | 0 | 0.35 | 0.33 | 0.57 | 356.84 | 0.21 | 0.36 |
| Hex | 6E | 48 | 4A | 0 | 23 | 21 | 39 | 165 | 15 | 24 |
| Octal | 156 | 110 | 112 | 0 | 43 | 41 | 71 | 545 | 25 | 44 |
| Binary | 1101110 | 1001000 | 1001010 | 0 | 100011 | 100001 | 111001 | 101100101 | 10101 | 100100 |
Color Harmonies of #6E484A
Complementary color
Monochromatic Colors of #6E484A
Black with #6E484A
Text Example
Text Example
White with #6E484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E484A; }
p { color: rgb(110,72,74); }
H1.HeaderClassName
{
color: #6E484A;
}
.AnyTagClassName
{
color: #6E484A;
}
</style>
background-color css
<style>
a { background-color: #6E484A; }
a { background-color: rgb(110,72,74); }
div.DivClassName
{
background-color: #6E484A;
}
.BgClassName
{
background-color: #6E484A;
}
</style>
border-color css
<style>
span { border-color: #6E484A; }
span { border-color: rgb(110,72,74); }
td.TdClassName
{
border-color: #6E484A;
}
.TagClassName
{
border-color: #6E484A;
}
</style>