Shades of Tosca #6D3D44
Tints of Tosca #6D3D44
RGB
CMYK
RGB Variations
Color information
#6D3D44 (or 0x6D3D44) is known color: Tosca. HEX triplet: 6D, 3D and 44. RGB value is (109,61,68). Sum of RGB (Red+Green+Blue) = 109+61+68=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 61 (24.22% from 255 or 25.63% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3D44 is #92C2BB. Grayscale: #4C4C4C. Windows color (decimal): -9618108 or 4472173. OLE color: 4472173.
HSL color Cylindrical-coordinate representation of color #6D3D44: hue angle of 351.25º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D3D44 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 61 | 68 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.57 |
| HSL | 351.25º | 0.28% | 0.33% | - |
| HSV(B) | 351.25º | 0.44% | 0.43% | - |
| XYZ | 9.02 | 7.01 | 6.35 | - |
| YUV | 76.15 | 123.4 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 61 | 68 | 0 | 0.44 | 0.38 | 0.57 | 351.25 | 0.28 | 0.33 |
| Hex | 6D | 3D | 44 | 0 | 2C | 26 | 39 | 15F | 1C | 21 |
| Octal | 155 | 75 | 104 | 0 | 54 | 46 | 71 | 537 | 34 | 41 |
| Binary | 1101101 | 111101 | 1000100 | 0 | 101100 | 100110 | 111001 | 101011111 | 11100 | 100001 |
Color Harmonies of #6D3D44
Complementary color
Monochromatic Colors of #6D3D44
Black with #6D3D44
Text Example
Text Example
White with #6D3D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3D44; }
p { color: rgb(109,61,68); }
H1.HeaderClassName
{
color: #6D3D44;
}
.AnyTagClassName
{
color: #6D3D44;
}
</style>
background-color css
<style>
a { background-color: #6D3D44; }
a { background-color: rgb(109,61,68); }
div.DivClassName
{
background-color: #6D3D44;
}
.BgClassName
{
background-color: #6D3D44;
}
</style>
border-color css
<style>
span { border-color: #6D3D44; }
span { border-color: rgb(109,61,68); }
td.TdClassName
{
border-color: #6D3D44;
}
.TagClassName
{
border-color: #6D3D44;
}
</style>