Shades of Tosca #6D3C3E
Tints of Tosca #6D3C3E
RGB
CMYK
RGB Variations
Color information
#6D3C3E (or 0x6D3C3E) is known color: Tosca. HEX triplet: 6D, 3C and 3E. RGB value is (109,60,62). Sum of RGB (Red+Green+Blue) = 109+60+62=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3C3E is #92C3C1. Grayscale: #4A4A4A. Windows color (decimal): -9618370 or 4078701. OLE color: 4078701.
HSL color Cylindrical-coordinate representation of color #6D3C3E: hue angle of 357.55º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6D3C3E is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 60 | 62 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.57 |
| HSL | 357.55º | 0.29% | 0.33% | - |
| HSV(B) | 357.55º | 0.45% | 0.43% | - |
| XYZ | 8.79 | 6.83 | 5.41 | - |
| YUV | 74.88 | 120.73 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 60 | 62 | 0 | 0.45 | 0.43 | 0.57 | 357.55 | 0.29 | 0.33 |
| Hex | 6D | 3C | 3E | 0 | 2D | 2B | 39 | 166 | 1D | 21 |
| Octal | 155 | 74 | 76 | 0 | 55 | 53 | 71 | 546 | 35 | 41 |
| Binary | 1101101 | 111100 | 111110 | 0 | 101101 | 101011 | 111001 | 101100110 | 11101 | 100001 |
Color Harmonies of #6D3C3E
Complementary color
Monochromatic Colors of #6D3C3E
Black with #6D3C3E
Text Example
Text Example
White with #6D3C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3C3E; }
p { color: rgb(109,60,62); }
H1.HeaderClassName
{
color: #6D3C3E;
}
.AnyTagClassName
{
color: #6D3C3E;
}
</style>
background-color css
<style>
a { background-color: #6D3C3E; }
a { background-color: rgb(109,60,62); }
div.DivClassName
{
background-color: #6D3C3E;
}
.BgClassName
{
background-color: #6D3C3E;
}
</style>
border-color css
<style>
span { border-color: #6D3C3E; }
span { border-color: rgb(109,60,62); }
td.TdClassName
{
border-color: #6D3C3E;
}
.TagClassName
{
border-color: #6D3C3E;
}
</style>