Shades of Tosca #6E4547
Tints of Tosca #6E4547
RGB
CMYK
RGB Variations
Color information
#6E4547 (or 0x6E4547) is known color: Tosca. HEX triplet: 6E, 45 and 47. RGB value is (110,69,71). Sum of RGB (Red+Green+Blue) = 110+69+71=250 (33% of max value = 765). Red value is 110 (43.36% from 255 or 44% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4547 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4547 is #91BAB8. Grayscale: #515151. Windows color (decimal): -9550521 or 4670830. OLE color: 4670830.
HSL color Cylindrical-coordinate representation of color #6E4547: hue angle of 357.07º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E4547 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 69 | 71 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.57 |
| HSL | 357.07º | 0.23% | 0.35% | - |
| HSV(B) | 357.07º | 0.37% | 0.43% | - |
| XYZ | 9.7 | 8.03 | 7 | - |
| YUV | 81.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 69 | 71 | 0 | 0.37 | 0.35 | 0.57 | 357.07 | 0.23 | 0.35 |
| Hex | 6E | 45 | 47 | 0 | 25 | 23 | 39 | 165 | 17 | 23 |
| Octal | 156 | 105 | 107 | 0 | 45 | 43 | 71 | 545 | 27 | 43 |
| Binary | 1101110 | 1000101 | 1000111 | 0 | 100101 | 100011 | 111001 | 101100101 | 10111 | 100011 |
Color Harmonies of #6E4547
Complementary color
Monochromatic Colors of #6E4547
Black with #6E4547
Text Example
Text Example
White with #6E4547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4547; }
p { color: rgb(110,69,71); }
H1.HeaderClassName
{
color: #6E4547;
}
.AnyTagClassName
{
color: #6E4547;
}
</style>
background-color css
<style>
a { background-color: #6E4547; }
a { background-color: rgb(110,69,71); }
div.DivClassName
{
background-color: #6E4547;
}
.BgClassName
{
background-color: #6E4547;
}
</style>
border-color css
<style>
span { border-color: #6E4547; }
span { border-color: rgb(110,69,71); }
td.TdClassName
{
border-color: #6E4547;
}
.TagClassName
{
border-color: #6E4547;
}
</style>