Shades of Tosca #6D4247
Tints of Tosca #6D4247
RGB
CMYK
RGB Variations
Color information
#6D4247 (or 0x6D4247) is known color: Tosca. HEX triplet: 6D, 42 and 47. RGB value is (109,66,71). Sum of RGB (Red+Green+Blue) = 109+66+71=246 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.31% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4247 is #92BDB8. Grayscale: #4F4F4F. Windows color (decimal): -9616825 or 4670061. OLE color: 4670061.
HSL color Cylindrical-coordinate representation of color #6D4247: hue angle of 353.02º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D4247 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
RGB | 109 | 66 | 71 | - |
CMYK | 0 | 0.39 | 0.35 | 0.57 |
HSL | 353.02º | 0.25% | 0.34% | - |
HSV(B) | 353.02º | 0.39% | 0.43% | - |
XYZ | 9.39 | 7.6 | 6.93 | - |
YUV | 79.43 | 123.25 | 149.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 109 | 66 | 71 | 0 | 0.39 | 0.35 | 0.57 | 353.02 | 0.25 | 0.34 |
Hex | 6D | 42 | 47 | 0 | 27 | 23 | 39 | 161 | 19 | 22 |
Octal | 155 | 102 | 107 | 0 | 47 | 43 | 71 | 541 | 31 | 42 |
Binary | 1101101 | 1000010 | 1000111 | 0 | 100111 | 100011 | 111001 | 101100001 | 11001 | 100010 |
Color Harmonies of #6D4247
Complementary color
Monochromatic Colors of #6D4247
Black with #6D4247
Text Example
Text Example
White with #6D4247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4247; }
p { color: rgb(109,66,71); }
H1.HeaderClassName
{
color: #6D4247;
}
.AnyTagClassName
{
color: #6D4247;
}
</style>
background-color css
<style>
a { background-color: #6D4247; }
a { background-color: rgb(109,66,71); }
div.DivClassName
{
background-color: #6D4247;
}
.BgClassName
{
background-color: #6D4247;
}
</style>
border-color css
<style>
span { border-color: #6D4247; }
span { border-color: rgb(109,66,71); }
td.TdClassName
{
border-color: #6D4247;
}
.TagClassName
{
border-color: #6D4247;
}
</style>