Shades of Tosca #6D494D
Tints of Tosca #6D494D
RGB
CMYK
RGB Variations
Color information
#6D494D (or 0x6D494D) is known color: Tosca. HEX triplet: 6D, 49 and 4D. RGB value is (109,73,77). Sum of RGB (Red+Green+Blue) = 109+73+77=259 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.08% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 109 - color contains mainly: red. Hex color #6D494D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D494D is #92B6B2. Grayscale: #545454. Windows color (decimal): -9615027 or 5065069. OLE color: 5065069.
HSL color Cylindrical-coordinate representation of color #6D494D: hue angle of 353.33º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D494D is Cyan = 0, Magento = 0.33, Yellow = 0.29 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 73 | 77 | - |
| CMYK | 0 | 0.33 | 0.29 | 0.57 |
| HSL | 353.33º | 0.2% | 0.36% | - |
| HSV(B) | 353.33º | 0.33% | 0.43% | - |
| XYZ | 10.03 | 8.55 | 8.14 | - |
| YUV | 84.22 | 123.93 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 73 | 77 | 0 | 0.33 | 0.29 | 0.57 | 353.33 | 0.2 | 0.36 |
| Hex | 6D | 49 | 4D | 0 | 21 | 1D | 39 | 161 | 14 | 24 |
| Octal | 155 | 111 | 115 | 0 | 41 | 35 | 71 | 541 | 24 | 44 |
| Binary | 1101101 | 1001001 | 1001101 | 0 | 100001 | 11101 | 111001 | 101100001 | 10100 | 100100 |
Color Harmonies of #6D494D
Complementary color
Monochromatic Colors of #6D494D
Black with #6D494D
Text Example
Text Example
White with #6D494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D494D; }
p { color: rgb(109,73,77); }
H1.HeaderClassName
{
color: #6D494D;
}
.AnyTagClassName
{
color: #6D494D;
}
</style>
background-color css
<style>
a { background-color: #6D494D; }
a { background-color: rgb(109,73,77); }
div.DivClassName
{
background-color: #6D494D;
}
.BgClassName
{
background-color: #6D494D;
}
</style>
border-color css
<style>
span { border-color: #6D494D; }
span { border-color: rgb(109,73,77); }
td.TdClassName
{
border-color: #6D494D;
}
.TagClassName
{
border-color: #6D494D;
}
</style>