Shades of Tosca #6D4A4B
Tints of Tosca #6D4A4B
RGB
CMYK
RGB Variations
Color information
#6D4A4B (or 0x6D4A4B) is known color: Tosca. HEX triplet: 6D, 4A and 4B. RGB value is (109,74,75). Sum of RGB (Red+Green+Blue) = 109+74+75=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4A4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4A4B is #92B5B4. Grayscale: #545454. Windows color (decimal): -9614773 or 4934253. OLE color: 4934253.
HSL color Cylindrical-coordinate representation of color #6D4A4B: hue angle of 358.29º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D4A4B is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 74 | 75 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.57 |
| HSL | 358.29º | 0.19% | 0.36% | - |
| HSV(B) | 358.29º | 0.32% | 0.43% | - |
| XYZ | 10.03 | 8.66 | 7.8 | - |
| YUV | 84.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 74 | 75 | 0 | 0.32 | 0.31 | 0.57 | 358.29 | 0.19 | 0.36 |
| Hex | 6D | 4A | 4B | 0 | 20 | 1F | 39 | 166 | 13 | 24 |
| Octal | 155 | 112 | 113 | 0 | 40 | 37 | 71 | 546 | 23 | 44 |
| Binary | 1101101 | 1001010 | 1001011 | 0 | 100000 | 11111 | 111001 | 101100110 | 10011 | 100100 |
Color Harmonies of #6D4A4B
Complementary color
Monochromatic Colors of #6D4A4B
Black with #6D4A4B
Text Example
Text Example
White with #6D4A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4A4B; }
p { color: rgb(109,74,75); }
H1.HeaderClassName
{
color: #6D4A4B;
}
.AnyTagClassName
{
color: #6D4A4B;
}
</style>
background-color css
<style>
a { background-color: #6D4A4B; }
a { background-color: rgb(109,74,75); }
div.DivClassName
{
background-color: #6D4A4B;
}
.BgClassName
{
background-color: #6D4A4B;
}
</style>
border-color css
<style>
span { border-color: #6D4A4B; }
span { border-color: rgb(109,74,75); }
td.TdClassName
{
border-color: #6D4A4B;
}
.TagClassName
{
border-color: #6D4A4B;
}
</style>