Shades of Tosca #6F3E42
Tints of Tosca #6F3E42
RGB
CMYK
RGB Variations
Color information
#6F3E42 (or 0x6F3E42) is known color: Tosca. HEX triplet: 6F, 3E and 42. RGB value is (111,62,66). Sum of RGB (Red+Green+Blue) = 111+62+66=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E42 is #90C1BD. Grayscale: #4D4D4D. Windows color (decimal): -9486782 or 4341359. OLE color: 4341359.
HSL color Cylindrical-coordinate representation of color #6F3E42: hue angle of 355.1º 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 #6F3E42 is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 62 | 66 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.56 |
| HSL | 355.1º | 0.28% | 0.34% | - |
| HSV(B) | 355.1º | 0.44% | 0.44% | - |
| XYZ | 9.26 | 7.22 | 6.06 | - |
| YUV | 77.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 66 | 0 | 0.44 | 0.41 | 0.56 | 355.1 | 0.28 | 0.34 |
| Hex | 6F | 3E | 42 | 0 | 2C | 29 | 38 | 163 | 1C | 22 |
| Octal | 157 | 76 | 102 | 0 | 54 | 51 | 70 | 543 | 34 | 42 |
| Binary | 1101111 | 111110 | 1000010 | 0 | 101100 | 101001 | 111000 | 101100011 | 11100 | 100010 |
Color Harmonies of #6F3E42
Complementary color
Monochromatic Colors of #6F3E42
Black with #6F3E42
Text Example
Text Example
White with #6F3E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E42; }
p { color: rgb(111,62,66); }
H1.HeaderClassName
{
color: #6F3E42;
}
.AnyTagClassName
{
color: #6F3E42;
}
</style>
background-color css
<style>
a { background-color: #6F3E42; }
a { background-color: rgb(111,62,66); }
div.DivClassName
{
background-color: #6F3E42;
}
.BgClassName
{
background-color: #6F3E42;
}
</style>
border-color css
<style>
span { border-color: #6F3E42; }
span { border-color: rgb(111,62,66); }
td.TdClassName
{
border-color: #6F3E42;
}
.TagClassName
{
border-color: #6F3E42;
}
</style>