Shades of Tosca #6A484A
Tints of Tosca #6A484A
RGB
CMYK
RGB Variations
Color information
#6A484A (or 0x6A484A) is known color: Tosca. HEX triplet: 6A, 48 and 4A. RGB value is (106,72,74). Sum of RGB (Red+Green+Blue) = 106+72+74=252 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.06% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 106 - color contains mainly: red. Hex color #6A484A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A484A is #95B7B5. Grayscale: #525252. Windows color (decimal): -9811894 or 4868202. OLE color: 4868202.
HSL color Cylindrical-coordinate representation of color #6A484A: hue angle of 356.47º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A484A is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 72 | 74 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.58 |
| HSL | 356.47º | 0.19% | 0.35% | - |
| HSV(B) | 356.47º | 0.32% | 0.42% | - |
| XYZ | 9.5 | 8.19 | 7.56 | - |
| YUV | 82.39 | 123.26 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 72 | 74 | 0 | 0.32 | 0.30 | 0.58 | 356.47 | 0.19 | 0.35 |
| Hex | 6A | 48 | 4A | 0 | 20 | 1E | 3A | 164 | 13 | 23 |
| Octal | 152 | 110 | 112 | 0 | 40 | 36 | 72 | 544 | 23 | 43 |
| Binary | 1101010 | 1001000 | 1001010 | 0 | 100000 | 11110 | 111010 | 101100100 | 10011 | 100011 |
Color Harmonies of #6A484A
Complementary color
Monochromatic Colors of #6A484A
Black with #6A484A
Text Example
Text Example
White with #6A484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A484A; }
p { color: rgb(106,72,74); }
H1.HeaderClassName
{
color: #6A484A;
}
.AnyTagClassName
{
color: #6A484A;
}
</style>
background-color css
<style>
a { background-color: #6A484A; }
a { background-color: rgb(106,72,74); }
div.DivClassName
{
background-color: #6A484A;
}
.BgClassName
{
background-color: #6A484A;
}
</style>
border-color css
<style>
span { border-color: #6A484A; }
span { border-color: rgb(106,72,74); }
td.TdClassName
{
border-color: #6A484A;
}
.TagClassName
{
border-color: #6A484A;
}
</style>