Shades of Tosca #6E4347
Tints of Tosca #6E4347
RGB
CMYK
RGB Variations
Color information
#6E4347 (or 0x6E4347) is known color: Tosca. HEX triplet: 6E, 43 and 47. RGB value is (110,67,71). Sum of RGB (Red+Green+Blue) = 110+67+71=248 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.35% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4347 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4347 is #91BCB8. Grayscale: #505050. Windows color (decimal): -9551033 or 4670318. OLE color: 4670318.
HSL color Cylindrical-coordinate representation of color #6E4347: hue angle of 354.42º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E4347 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 67 | 71 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.57 |
| HSL | 354.42º | 0.24% | 0.35% | - |
| HSV(B) | 354.42º | 0.39% | 0.43% | - |
| XYZ | 9.57 | 7.78 | 6.96 | - |
| YUV | 80.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 67 | 71 | 0 | 0.39 | 0.35 | 0.57 | 354.42 | 0.24 | 0.35 |
| Hex | 6E | 43 | 47 | 0 | 27 | 23 | 39 | 162 | 18 | 23 |
| Octal | 156 | 103 | 107 | 0 | 47 | 43 | 71 | 542 | 30 | 43 |
| Binary | 1101110 | 1000011 | 1000111 | 0 | 100111 | 100011 | 111001 | 101100010 | 11000 | 100011 |
Color Harmonies of #6E4347
Complementary color
Monochromatic Colors of #6E4347
Black with #6E4347
Text Example
Text Example
White with #6E4347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4347; }
p { color: rgb(110,67,71); }
H1.HeaderClassName
{
color: #6E4347;
}
.AnyTagClassName
{
color: #6E4347;
}
</style>
background-color css
<style>
a { background-color: #6E4347; }
a { background-color: rgb(110,67,71); }
div.DivClassName
{
background-color: #6E4347;
}
.BgClassName
{
background-color: #6E4347;
}
</style>
border-color css
<style>
span { border-color: #6E4347; }
span { border-color: rgb(110,67,71); }
td.TdClassName
{
border-color: #6E4347;
}
.TagClassName
{
border-color: #6E4347;
}
</style>