Shades of Tosca #6F464E
Tints of Tosca #6F464E
RGB
CMYK
RGB Variations
Color information
#6F464E (or 0x6F464E) is known color: Tosca. HEX triplet: 6F, 46 and 4E. RGB value is (111,70,78). Sum of RGB (Red+Green+Blue) = 111+70+78=259 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.86% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 111 - color contains mainly: red. Hex color #6F464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F464E is #90B9B1. Grayscale: #535353. Windows color (decimal): -9484722 or 5129839. OLE color: 5129839.
HSL color Cylindrical-coordinate representation of color #6F464E: hue angle of 348.29º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F464E is Cyan = 0, Magento = 0.37, Yellow = 0.30 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 70 | 78 | - |
| CMYK | 0 | 0.37 | 0.30 | 0.56 |
| HSL | 348.29º | 0.23% | 0.35% | - |
| HSV(B) | 348.29º | 0.37% | 0.44% | - |
| XYZ | 10.12 | 8.31 | 8.28 | - |
| YUV | 83.17 | 125.08 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 70 | 78 | 0 | 0.37 | 0.30 | 0.56 | 348.29 | 0.23 | 0.35 |
| Hex | 6F | 46 | 4E | 0 | 25 | 1E | 38 | 15C | 17 | 23 |
| Octal | 157 | 106 | 116 | 0 | 45 | 36 | 70 | 534 | 27 | 43 |
| Binary | 1101111 | 1000110 | 1001110 | 0 | 100101 | 11110 | 111000 | 101011100 | 10111 | 100011 |
Color Harmonies of #6F464E
Complementary color
Monochromatic Colors of #6F464E
Black with #6F464E
Text Example
Text Example
White with #6F464E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F464E; }
p { color: rgb(111,70,78); }
H1.HeaderClassName
{
color: #6F464E;
}
.AnyTagClassName
{
color: #6F464E;
}
</style>
background-color css
<style>
a { background-color: #6F464E; }
a { background-color: rgb(111,70,78); }
div.DivClassName
{
background-color: #6F464E;
}
.BgClassName
{
background-color: #6F464E;
}
</style>
border-color css
<style>
span { border-color: #6F464E; }
span { border-color: rgb(111,70,78); }
td.TdClassName
{
border-color: #6F464E;
}
.TagClassName
{
border-color: #6F464E;
}
</style>