Shades of Tosca #6F4146
Tints of Tosca #6F4146
RGB
CMYK
RGB Variations
Color information
#6F4146 (or 0x6F4146) is known color: Tosca. HEX triplet: 6F, 41 and 46. RGB value is (111,65,70). Sum of RGB (Red+Green+Blue) = 111+65+70=246 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.12% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4146 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4146 is #90BEB9. Grayscale: #4F4F4F. Windows color (decimal): -9486010 or 4604271. OLE color: 4604271.
HSL color Cylindrical-coordinate representation of color #6F4146: hue angle of 353.48º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F4146 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 70 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.56 |
| HSL | 353.48º | 0.26% | 0.35% | - |
| HSV(B) | 353.48º | 0.41% | 0.44% | - |
| XYZ | 9.55 | 7.6 | 6.76 | - |
| YUV | 79.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 70 | 0 | 0.41 | 0.37 | 0.56 | 353.48 | 0.26 | 0.35 |
| Hex | 6F | 41 | 46 | 0 | 29 | 25 | 38 | 161 | 1A | 23 |
| Octal | 157 | 101 | 106 | 0 | 51 | 45 | 70 | 541 | 32 | 43 |
| Binary | 1101111 | 1000001 | 1000110 | 0 | 101001 | 100101 | 111000 | 101100001 | 11010 | 100011 |
Color Harmonies of #6F4146
Complementary color
Monochromatic Colors of #6F4146
Black with #6F4146
Text Example
Text Example
White with #6F4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4146; }
p { color: rgb(111,65,70); }
H1.HeaderClassName
{
color: #6F4146;
}
.AnyTagClassName
{
color: #6F4146;
}
</style>
background-color css
<style>
a { background-color: #6F4146; }
a { background-color: rgb(111,65,70); }
div.DivClassName
{
background-color: #6F4146;
}
.BgClassName
{
background-color: #6F4146;
}
</style>
border-color css
<style>
span { border-color: #6F4146; }
span { border-color: rgb(111,65,70); }
td.TdClassName
{
border-color: #6F4146;
}
.TagClassName
{
border-color: #6F4146;
}
</style>