Shades of Tosca #6D4248
Tints of Tosca #6D4248
RGB
CMYK
RGB Variations
Color information
#6D4248 (or 0x6D4248) is known color: Tosca. HEX triplet: 6D, 42 and 48. RGB value is (109,66,72). Sum of RGB (Red+Green+Blue) = 109+66+72=247 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.13% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 72 (28.52% from 255 or 29.15% from 247); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4248 is #92BDB7. Grayscale: #4F4F4F. Windows color (decimal): -9616824 or 4735597. OLE color: 4735597.
HSL color Cylindrical-coordinate representation of color #6D4248: hue angle of 351.63º 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 #6D4248 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 66 | 72 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.57 |
| HSL | 351.63º | 0.25% | 0.34% | - |
| HSV(B) | 351.63º | 0.39% | 0.43% | - |
| XYZ | 9.42 | 7.62 | 7.1 | - |
| YUV | 79.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 72 | 0 | 0.39 | 0.34 | 0.57 | 351.63 | 0.25 | 0.34 |
| Hex | 6D | 42 | 48 | 0 | 27 | 22 | 39 | 160 | 19 | 22 |
| Octal | 155 | 102 | 110 | 0 | 47 | 42 | 71 | 540 | 31 | 42 |
| Binary | 1101101 | 1000010 | 1001000 | 0 | 100111 | 100010 | 111001 | 101100000 | 11001 | 100010 |
Color Harmonies of #6D4248
Complementary color
Monochromatic Colors of #6D4248
Black with #6D4248
Text Example
Text Example
White with #6D4248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4248; }
p { color: rgb(109,66,72); }
H1.HeaderClassName
{
color: #6D4248;
}
.AnyTagClassName
{
color: #6D4248;
}
</style>
background-color css
<style>
a { background-color: #6D4248; }
a { background-color: rgb(109,66,72); }
div.DivClassName
{
background-color: #6D4248;
}
.BgClassName
{
background-color: #6D4248;
}
</style>
border-color css
<style>
span { border-color: #6D4248; }
span { border-color: rgb(109,66,72); }
td.TdClassName
{
border-color: #6D4248;
}
.TagClassName
{
border-color: #6D4248;
}
</style>