Shades of Tosca #6A4046
Tints of Tosca #6A4046
RGB
CMYK
RGB Variations
Color information
#6A4046 (or 0x6A4046) is known color: Tosca. HEX triplet: 6A, 40 and 46. RGB value is (106,64,70). Sum of RGB (Red+Green+Blue) = 106+64+70=240 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.17% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4046 is #95BFB9. Grayscale: #4D4D4D. Windows color (decimal): -9813946 or 4604010. OLE color: 4604010.
HSL color Cylindrical-coordinate representation of color #6A4046: hue angle of 351.43º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A4046 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 64 | 70 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.58 |
| HSL | 351.43º | 0.25% | 0.33% | - |
| HSV(B) | 351.43º | 0.4% | 0.42% | - |
| XYZ | 8.88 | 7.17 | 6.71 | - |
| YUV | 77.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 64 | 70 | 0 | 0.40 | 0.34 | 0.58 | 351.43 | 0.25 | 0.33 |
| Hex | 6A | 40 | 46 | 0 | 28 | 22 | 3A | 15F | 19 | 21 |
| Octal | 152 | 100 | 106 | 0 | 50 | 42 | 72 | 537 | 31 | 41 |
| Binary | 1101010 | 1000000 | 1000110 | 0 | 101000 | 100010 | 111010 | 101011111 | 11001 | 100001 |
Color Harmonies of #6A4046
Complementary color
Monochromatic Colors of #6A4046
Black with #6A4046
Text Example
Text Example
White with #6A4046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4046; }
p { color: rgb(106,64,70); }
H1.HeaderClassName
{
color: #6A4046;
}
.AnyTagClassName
{
color: #6A4046;
}
</style>
background-color css
<style>
a { background-color: #6A4046; }
a { background-color: rgb(106,64,70); }
div.DivClassName
{
background-color: #6A4046;
}
.BgClassName
{
background-color: #6A4046;
}
</style>
border-color css
<style>
span { border-color: #6A4046; }
span { border-color: rgb(106,64,70); }
td.TdClassName
{
border-color: #6A4046;
}
.TagClassName
{
border-color: #6A4046;
}
</style>