Shades of Tosca #6F4046
Tints of Tosca #6F4046
RGB
CMYK
RGB Variations
Color information
#6F4046 (or 0x6F4046) is known color: Tosca. HEX triplet: 6F, 40 and 46. RGB value is (111,64,70). Sum of RGB (Red+Green+Blue) = 111+64+70=245 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.31% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4046 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4046 is #90BFB9. Grayscale: #4E4E4E. Windows color (decimal): -9486266 or 4604015. OLE color: 4604015.
HSL color Cylindrical-coordinate representation of color #6F4046: hue angle of 352.34º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F4046 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 70 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.56 |
| HSL | 352.34º | 0.27% | 0.34% | - |
| HSV(B) | 352.34º | 0.42% | 0.44% | - |
| XYZ | 9.49 | 7.49 | 6.74 | - |
| YUV | 78.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 70 | 0 | 0.42 | 0.37 | 0.56 | 352.34 | 0.27 | 0.34 |
| Hex | 6F | 40 | 46 | 0 | 2A | 25 | 38 | 160 | 1B | 22 |
| Octal | 157 | 100 | 106 | 0 | 52 | 45 | 70 | 540 | 33 | 42 |
| Binary | 1101111 | 1000000 | 1000110 | 0 | 101010 | 100101 | 111000 | 101100000 | 11011 | 100010 |
Color Harmonies of #6F4046
Complementary color
Monochromatic Colors of #6F4046
Black with #6F4046
Text Example
Text Example
White with #6F4046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4046; }
p { color: rgb(111,64,70); }
H1.HeaderClassName
{
color: #6F4046;
}
.AnyTagClassName
{
color: #6F4046;
}
</style>
background-color css
<style>
a { background-color: #6F4046; }
a { background-color: rgb(111,64,70); }
div.DivClassName
{
background-color: #6F4046;
}
.BgClassName
{
background-color: #6F4046;
}
</style>
border-color css
<style>
span { border-color: #6F4046; }
span { border-color: rgb(111,64,70); }
td.TdClassName
{
border-color: #6F4046;
}
.TagClassName
{
border-color: #6F4046;
}
</style>