Shades of Tosca #6F3C40
Tints of Tosca #6F3C40
RGB
CMYK
RGB Variations
Color information
#6F3C40 (or 0x6F3C40) is known color: Tosca. HEX triplet: 6F, 3C and 40. RGB value is (111,60,64). Sum of RGB (Red+Green+Blue) = 111+60+64=235 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.23% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3C40 is #90C3BF. Grayscale: #4B4B4B. Windows color (decimal): -9487296 or 4209775. OLE color: 4209775.
HSL color Cylindrical-coordinate representation of color #6F3C40: hue angle of 355.29º 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 #6F3C40 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 60 | 64 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.56 |
| HSL | 355.29º | 0.3% | 0.34% | - |
| HSV(B) | 355.29º | 0.46% | 0.44% | - |
| XYZ | 9.1 | 6.98 | 5.72 | - |
| YUV | 75.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 60 | 64 | 0 | 0.46 | 0.42 | 0.56 | 355.29 | 0.3 | 0.34 |
| Hex | 6F | 3C | 40 | 0 | 2E | 2A | 38 | 163 | 1E | 22 |
| Octal | 157 | 74 | 100 | 0 | 56 | 52 | 70 | 543 | 36 | 42 |
| Binary | 1101111 | 111100 | 1000000 | 0 | 101110 | 101010 | 111000 | 101100011 | 11110 | 100010 |
Color Harmonies of #6F3C40
Complementary color
Monochromatic Colors of #6F3C40
Black with #6F3C40
Text Example
Text Example
White with #6F3C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3C40; }
p { color: rgb(111,60,64); }
H1.HeaderClassName
{
color: #6F3C40;
}
.AnyTagClassName
{
color: #6F3C40;
}
</style>
background-color css
<style>
a { background-color: #6F3C40; }
a { background-color: rgb(111,60,64); }
div.DivClassName
{
background-color: #6F3C40;
}
.BgClassName
{
background-color: #6F3C40;
}
</style>
border-color css
<style>
span { border-color: #6F3C40; }
span { border-color: rgb(111,60,64); }
td.TdClassName
{
border-color: #6F3C40;
}
.TagClassName
{
border-color: #6F3C40;
}
</style>