Shades of Tosca #6A494C
Tints of Tosca #6A494C
RGB
CMYK
RGB Variations
Color information
#6A494C (or 0x6A494C) is known color: Tosca. HEX triplet: 6A, 49 and 4C. RGB value is (106,73,76). Sum of RGB (Red+Green+Blue) = 106+73+76=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 106 - color contains mainly: red. Hex color #6A494C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A494C is #95B6B3. Grayscale: #535353. Windows color (decimal): -9811636 or 4999530. OLE color: 4999530.
HSL color Cylindrical-coordinate representation of color #6A494C: hue angle of 354.55º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A494C is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 73 | 76 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.58 |
| HSL | 354.55º | 0.18% | 0.35% | - |
| HSV(B) | 354.55º | 0.31% | 0.42% | - |
| XYZ | 9.63 | 8.35 | 7.94 | - |
| YUV | 83.21 | 123.93 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 73 | 76 | 0 | 0.31 | 0.28 | 0.58 | 354.55 | 0.18 | 0.35 |
| Hex | 6A | 49 | 4C | 0 | 1F | 1C | 3A | 163 | 12 | 23 |
| Octal | 152 | 111 | 114 | 0 | 37 | 34 | 72 | 543 | 22 | 43 |
| Binary | 1101010 | 1001001 | 1001100 | 0 | 11111 | 11100 | 111010 | 101100011 | 10010 | 100011 |
Color Harmonies of #6A494C
Complementary color
Monochromatic Colors of #6A494C
Black with #6A494C
Text Example
Text Example
White with #6A494C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A494C; }
p { color: rgb(106,73,76); }
H1.HeaderClassName
{
color: #6A494C;
}
.AnyTagClassName
{
color: #6A494C;
}
</style>
background-color css
<style>
a { background-color: #6A494C; }
a { background-color: rgb(106,73,76); }
div.DivClassName
{
background-color: #6A494C;
}
.BgClassName
{
background-color: #6A494C;
}
</style>
border-color css
<style>
span { border-color: #6A494C; }
span { border-color: rgb(106,73,76); }
td.TdClassName
{
border-color: #6A494C;
}
.TagClassName
{
border-color: #6A494C;
}
</style>