Shades of Tosca #6F3E43
Tints of Tosca #6F3E43
RGB
CMYK
RGB Variations
Color information
#6F3E43 (or 0x6F3E43) is known color: Tosca. HEX triplet: 6F, 3E and 43. RGB value is (111,62,67). Sum of RGB (Red+Green+Blue) = 111+62+67=240 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.25% from 240); Green value is 62 (24.61% from 255 or 25.83% from 240); Blue value is 67 (26.56% from 255 or 27.92% from 240); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E43 is #90C1BC. Grayscale: #4D4D4D. Windows color (decimal): -9486781 or 4406895. OLE color: 4406895.
HSL color Cylindrical-coordinate representation of color #6F3E43: hue angle of 353.88º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F3E43 is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 62 | 67 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.56 |
| HSL | 353.88º | 0.28% | 0.34% | - |
| HSV(B) | 353.88º | 0.44% | 0.44% | - |
| XYZ | 9.29 | 7.23 | 6.22 | - |
| YUV | 77.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 67 | 0 | 0.44 | 0.40 | 0.56 | 353.88 | 0.28 | 0.34 |
| Hex | 6F | 3E | 43 | 0 | 2C | 28 | 38 | 162 | 1C | 22 |
| Octal | 157 | 76 | 103 | 0 | 54 | 50 | 70 | 542 | 34 | 42 |
| Binary | 1101111 | 111110 | 1000011 | 0 | 101100 | 101000 | 111000 | 101100010 | 11100 | 100010 |
Color Harmonies of #6F3E43
Complementary color
Monochromatic Colors of #6F3E43
Black with #6F3E43
Text Example
Text Example
White with #6F3E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E43; }
p { color: rgb(111,62,67); }
H1.HeaderClassName
{
color: #6F3E43;
}
.AnyTagClassName
{
color: #6F3E43;
}
</style>
background-color css
<style>
a { background-color: #6F3E43; }
a { background-color: rgb(111,62,67); }
div.DivClassName
{
background-color: #6F3E43;
}
.BgClassName
{
background-color: #6F3E43;
}
</style>
border-color css
<style>
span { border-color: #6F3E43; }
span { border-color: rgb(111,62,67); }
td.TdClassName
{
border-color: #6F3E43;
}
.TagClassName
{
border-color: #6F3E43;
}
</style>