Shades of Tosca #6F4142
Tints of Tosca #6F4142
RGB
CMYK
RGB Variations
Color information
#6F4142 (or 0x6F4142) is known color: Tosca. HEX triplet: 6F, 41 and 42. RGB value is (111,65,66). Sum of RGB (Red+Green+Blue) = 111+65+66=242 (32% of max value = 765). Red value is 111 (43.75% from 255 or 45.87% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4142 is #90BEBD. Grayscale: #4E4E4E. Windows color (decimal): -9486014 or 4342127. OLE color: 4342127.
HSL color Cylindrical-coordinate representation of color #6F4142: hue angle of 358.7º 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 #6F4142 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 65 | 66 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.56 |
| HSL | 358.7º | 0.26% | 0.35% | - |
| HSV(B) | 358.7º | 0.41% | 0.44% | - |
| XYZ | 9.43 | 7.55 | 6.12 | - |
| YUV | 78.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 65 | 66 | 0 | 0.41 | 0.41 | 0.56 | 358.7 | 0.26 | 0.35 |
| Hex | 6F | 41 | 42 | 0 | 29 | 29 | 38 | 167 | 1A | 23 |
| Octal | 157 | 101 | 102 | 0 | 51 | 51 | 70 | 547 | 32 | 43 |
| Binary | 1101111 | 1000001 | 1000010 | 0 | 101001 | 101001 | 111000 | 101100111 | 11010 | 100011 |
Color Harmonies of #6F4142
Complementary color
Monochromatic Colors of #6F4142
Black with #6F4142
Text Example
Text Example
White with #6F4142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4142; }
p { color: rgb(111,65,66); }
H1.HeaderClassName
{
color: #6F4142;
}
.AnyTagClassName
{
color: #6F4142;
}
</style>
background-color css
<style>
a { background-color: #6F4142; }
a { background-color: rgb(111,65,66); }
div.DivClassName
{
background-color: #6F4142;
}
.BgClassName
{
background-color: #6F4142;
}
</style>
border-color css
<style>
span { border-color: #6F4142; }
span { border-color: rgb(111,65,66); }
td.TdClassName
{
border-color: #6F4142;
}
.TagClassName
{
border-color: #6F4142;
}
</style>