Shades of Tosca #6D4245
Tints of Tosca #6D4245
RGB
CMYK
RGB Variations
Color information
#6D4245 (or 0x6D4245) is known color: Tosca. HEX triplet: 6D, 42 and 45. RGB value is (109,66,69). Sum of RGB (Red+Green+Blue) = 109+66+69=244 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.67% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 69 (27.34% from 255 or 28.28% from 244); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4245 is #92BDBA. Grayscale: #4F4F4F. Windows color (decimal): -9616827 or 4538989. OLE color: 4538989.
HSL color Cylindrical-coordinate representation of color #6D4245: hue angle of 355.81º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D4245 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 66 | 69 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.57 |
| HSL | 355.81º | 0.25% | 0.34% | - |
| HSV(B) | 355.81º | 0.39% | 0.43% | - |
| XYZ | 9.33 | 7.58 | 6.6 | - |
| YUV | 79.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 69 | 0 | 0.39 | 0.37 | 0.57 | 355.81 | 0.25 | 0.34 |
| Hex | 6D | 42 | 45 | 0 | 27 | 25 | 39 | 164 | 19 | 22 |
| Octal | 155 | 102 | 105 | 0 | 47 | 45 | 71 | 544 | 31 | 42 |
| Binary | 1101101 | 1000010 | 1000101 | 0 | 100111 | 100101 | 111001 | 101100100 | 11001 | 100010 |
Color Harmonies of #6D4245
Complementary color
Monochromatic Colors of #6D4245
Black with #6D4245
Text Example
Text Example
White with #6D4245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4245; }
p { color: rgb(109,66,69); }
H1.HeaderClassName
{
color: #6D4245;
}
.AnyTagClassName
{
color: #6D4245;
}
</style>
background-color css
<style>
a { background-color: #6D4245; }
a { background-color: rgb(109,66,69); }
div.DivClassName
{
background-color: #6D4245;
}
.BgClassName
{
background-color: #6D4245;
}
</style>
border-color css
<style>
span { border-color: #6D4245; }
span { border-color: rgb(109,66,69); }
td.TdClassName
{
border-color: #6D4245;
}
.TagClassName
{
border-color: #6D4245;
}
</style>