Shades of Tosca #6F3C42
Tints of Tosca #6F3C42
RGB
CMYK
RGB Variations
Color information
#6F3C42 (or 0x6F3C42) is known color: Tosca. HEX triplet: 6F, 3C and 42. RGB value is (111,60,66). Sum of RGB (Red+Green+Blue) = 111+60+66=237 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.84% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 66 (26.17% from 255 or 27.85% from 237); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3C42 is #90C3BD. Grayscale: #4B4B4B. Windows color (decimal): -9487294 or 4340847. OLE color: 4340847.
HSL color Cylindrical-coordinate representation of color #6F3C42: hue angle of 352.94º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F3C42 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 60 | 66 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.56 |
| HSL | 352.94º | 0.3% | 0.34% | - |
| HSV(B) | 352.94º | 0.46% | 0.44% | - |
| XYZ | 9.15 | 7 | 6.02 | - |
| YUV | 75.93 | 122.4 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 60 | 66 | 0 | 0.46 | 0.41 | 0.56 | 352.94 | 0.3 | 0.34 |
| Hex | 6F | 3C | 42 | 0 | 2E | 29 | 38 | 161 | 1E | 22 |
| Octal | 157 | 74 | 102 | 0 | 56 | 51 | 70 | 541 | 36 | 42 |
| Binary | 1101111 | 111100 | 1000010 | 0 | 101110 | 101001 | 111000 | 101100001 | 11110 | 100010 |
Color Harmonies of #6F3C42
Complementary color
Monochromatic Colors of #6F3C42
Black with #6F3C42
Text Example
Text Example
White with #6F3C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3C42; }
p { color: rgb(111,60,66); }
H1.HeaderClassName
{
color: #6F3C42;
}
.AnyTagClassName
{
color: #6F3C42;
}
</style>
background-color css
<style>
a { background-color: #6F3C42; }
a { background-color: rgb(111,60,66); }
div.DivClassName
{
background-color: #6F3C42;
}
.BgClassName
{
background-color: #6F3C42;
}
</style>
border-color css
<style>
span { border-color: #6F3C42; }
span { border-color: rgb(111,60,66); }
td.TdClassName
{
border-color: #6F3C42;
}
.TagClassName
{
border-color: #6F3C42;
}
</style>