Shades of Tosca #6E3E44
Tints of Tosca #6E3E44
RGB
CMYK
RGB Variations
Color information
#6E3E44 (or 0x6E3E44) is known color: Tosca. HEX triplet: 6E, 3E and 44. RGB value is (110,62,68). Sum of RGB (Red+Green+Blue) = 110+62+68=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3E44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3E44 is #91C1BB. Grayscale: #4D4D4D. Windows color (decimal): -9552316 or 4472430. OLE color: 4472430.
HSL color Cylindrical-coordinate representation of color #6E3E44: hue angle of 352.5º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E3E44 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 62 | 68 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.57 |
| HSL | 352.5º | 0.28% | 0.34% | - |
| HSV(B) | 352.5º | 0.44% | 0.43% | - |
| XYZ | 9.2 | 7.18 | 6.37 | - |
| YUV | 77.04 | 122.9 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 62 | 68 | 0 | 0.44 | 0.38 | 0.57 | 352.5 | 0.28 | 0.34 |
| Hex | 6E | 3E | 44 | 0 | 2C | 26 | 39 | 160 | 1C | 22 |
| Octal | 156 | 76 | 104 | 0 | 54 | 46 | 71 | 540 | 34 | 42 |
| Binary | 1101110 | 111110 | 1000100 | 0 | 101100 | 100110 | 111001 | 101100000 | 11100 | 100010 |
Color Harmonies of #6E3E44
Complementary color
Monochromatic Colors of #6E3E44
Black with #6E3E44
Text Example
Text Example
White with #6E3E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3E44; }
p { color: rgb(110,62,68); }
H1.HeaderClassName
{
color: #6E3E44;
}
.AnyTagClassName
{
color: #6E3E44;
}
</style>
background-color css
<style>
a { background-color: #6E3E44; }
a { background-color: rgb(110,62,68); }
div.DivClassName
{
background-color: #6E3E44;
}
.BgClassName
{
background-color: #6E3E44;
}
</style>
border-color css
<style>
span { border-color: #6E3E44; }
span { border-color: rgb(110,62,68); }
td.TdClassName
{
border-color: #6E3E44;
}
.TagClassName
{
border-color: #6E3E44;
}
</style>