Shades of Tosca #6E4245
Tints of Tosca #6E4245
RGB
CMYK
RGB Variations
Color information
#6E4245 (or 0x6E4245) is known color: Tosca. HEX triplet: 6E, 42 and 45. RGB value is (110,66,69). Sum of RGB (Red+Green+Blue) = 110+66+69=245 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.90% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 69 (27.34% from 255 or 28.16% from 245); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4245 is #91BDBA. Grayscale: #4F4F4F. Windows color (decimal): -9551291 or 4538990. OLE color: 4538990.
HSL color Cylindrical-coordinate representation of color #6E4245: hue angle of 355.91º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E4245 is Cyan = 0, Magento = 0.4, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 66 | 69 | - |
| CMYK | 0 | 0.4 | 0.37 | 0.57 |
| HSL | 355.91º | 0.25% | 0.35% | - |
| HSV(B) | 355.91º | 0.4% | 0.43% | - |
| XYZ | 9.45 | 7.64 | 6.61 | - |
| YUV | 79.5 | 122.08 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 66 | 69 | 0 | 0.4 | 0.37 | 0.57 | 355.91 | 0.25 | 0.35 |
| Hex | 6E | 42 | 45 | 0 | 28 | 25 | 39 | 164 | 19 | 23 |
| Octal | 156 | 102 | 105 | 0 | 50 | 45 | 71 | 544 | 31 | 43 |
| Binary | 1101110 | 1000010 | 1000101 | 0 | 101000 | 100101 | 111001 | 101100100 | 11001 | 100011 |
Color Harmonies of #6E4245
Complementary color
Monochromatic Colors of #6E4245
Black with #6E4245
Text Example
Text Example
White with #6E4245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4245; }
p { color: rgb(110,66,69); }
H1.HeaderClassName
{
color: #6E4245;
}
.AnyTagClassName
{
color: #6E4245;
}
</style>
background-color css
<style>
a { background-color: #6E4245; }
a { background-color: rgb(110,66,69); }
div.DivClassName
{
background-color: #6E4245;
}
.BgClassName
{
background-color: #6E4245;
}
</style>
border-color css
<style>
span { border-color: #6E4245; }
span { border-color: rgb(110,66,69); }
td.TdClassName
{
border-color: #6E4245;
}
.TagClassName
{
border-color: #6E4245;
}
</style>