Shades of Tosca #6D424A
Tints of Tosca #6D424A
RGB
CMYK
RGB Variations
Color information
#6D424A (or 0x6D424A) is known color: Tosca. HEX triplet: 6D, 42 and 4A. RGB value is (109,66,74). Sum of RGB (Red+Green+Blue) = 109+66+74=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D424A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D424A is #92BDB5. Grayscale: #4F4F4F. Windows color (decimal): -9616822 or 4866669. OLE color: 4866669.
HSL color Cylindrical-coordinate representation of color #6D424A: hue angle of 348.84º 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 #6D424A is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 66 | 74 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.57 |
| HSL | 348.84º | 0.25% | 0.34% | - |
| HSV(B) | 348.84º | 0.39% | 0.43% | - |
| XYZ | 9.49 | 7.64 | 7.45 | - |
| YUV | 79.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 74 | 0 | 0.39 | 0.32 | 0.57 | 348.84 | 0.25 | 0.34 |
| Hex | 6D | 42 | 4A | 0 | 27 | 20 | 39 | 15D | 19 | 22 |
| Octal | 155 | 102 | 112 | 0 | 47 | 40 | 71 | 535 | 31 | 42 |
| Binary | 1101101 | 1000010 | 1001010 | 0 | 100111 | 100000 | 111001 | 101011101 | 11001 | 100010 |
Color Harmonies of #6D424A
Complementary color
Monochromatic Colors of #6D424A
Black with #6D424A
Text Example
Text Example
White with #6D424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D424A; }
p { color: rgb(109,66,74); }
H1.HeaderClassName
{
color: #6D424A;
}
.AnyTagClassName
{
color: #6D424A;
}
</style>
background-color css
<style>
a { background-color: #6D424A; }
a { background-color: rgb(109,66,74); }
div.DivClassName
{
background-color: #6D424A;
}
.BgClassName
{
background-color: #6D424A;
}
</style>
border-color css
<style>
span { border-color: #6D424A; }
span { border-color: rgb(109,66,74); }
td.TdClassName
{
border-color: #6D424A;
}
.TagClassName
{
border-color: #6D424A;
}
</style>