Shades of Tosca #6A4A4D
Tints of Tosca #6A4A4D
RGB
CMYK
RGB Variations
Color information
#6A4A4D (or 0x6A4A4D) is known color: Tosca. HEX triplet: 6A, 4A and 4D. RGB value is (106,74,77). Sum of RGB (Red+Green+Blue) = 106+74+77=257 (34% of max value = 765). Red value is 106 (41.80% from 255 or 41.25% from 257); Green value is 74 (29.30% from 255 or 28.79% from 257); Blue value is 77 (30.47% from 255 or 29.96% from 257); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4A4D is #95B5B2. Grayscale: #535353. Windows color (decimal): -9811379 or 5065322. OLE color: 5065322.
HSL color Cylindrical-coordinate representation of color #6A4A4D: hue angle of 354.38º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A4A4D is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 74 | 77 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.58 |
| HSL | 354.38º | 0.18% | 0.35% | - |
| HSV(B) | 354.38º | 0.3% | 0.42% | - |
| XYZ | 9.73 | 8.5 | 8.15 | - |
| YUV | 83.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 74 | 77 | 0 | 0.30 | 0.27 | 0.58 | 354.38 | 0.18 | 0.35 |
| Hex | 6A | 4A | 4D | 0 | 1E | 1B | 3A | 162 | 12 | 23 |
| Octal | 152 | 112 | 115 | 0 | 36 | 33 | 72 | 542 | 22 | 43 |
| Binary | 1101010 | 1001010 | 1001101 | 0 | 11110 | 11011 | 111010 | 101100010 | 10010 | 100011 |
Color Harmonies of #6A4A4D
Complementary color
Monochromatic Colors of #6A4A4D
Black with #6A4A4D
Text Example
Text Example
White with #6A4A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4A4D; }
p { color: rgb(106,74,77); }
H1.HeaderClassName
{
color: #6A4A4D;
}
.AnyTagClassName
{
color: #6A4A4D;
}
</style>
background-color css
<style>
a { background-color: #6A4A4D; }
a { background-color: rgb(106,74,77); }
div.DivClassName
{
background-color: #6A4A4D;
}
.BgClassName
{
background-color: #6A4A4D;
}
</style>
border-color css
<style>
span { border-color: #6A4A4D; }
span { border-color: rgb(106,74,77); }
td.TdClassName
{
border-color: #6A4A4D;
}
.TagClassName
{
border-color: #6A4A4D;
}
</style>