Shades of Tosca #6F4049
Tints of Tosca #6F4049
RGB
CMYK
RGB Variations
Color information
#6F4049 (or 0x6F4049) is known color: Tosca. HEX triplet: 6F, 40 and 49. RGB value is (111,64,73). Sum of RGB (Red+Green+Blue) = 111+64+73=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4049 is #90BFB6. Grayscale: #4F4F4F. Windows color (decimal): -9486263 or 4800623. OLE color: 4800623.
HSL color Cylindrical-coordinate representation of color #6F4049: hue angle of 348.51º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F4049 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 64 | 73 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.56 |
| HSL | 348.51º | 0.27% | 0.34% | - |
| HSV(B) | 348.51º | 0.42% | 0.44% | - |
| XYZ | 9.59 | 7.53 | 7.25 | - |
| YUV | 79.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 64 | 73 | 0 | 0.42 | 0.34 | 0.56 | 348.51 | 0.27 | 0.34 |
| Hex | 6F | 40 | 49 | 0 | 2A | 22 | 38 | 15D | 1B | 22 |
| Octal | 157 | 100 | 111 | 0 | 52 | 42 | 70 | 535 | 33 | 42 |
| Binary | 1101111 | 1000000 | 1001001 | 0 | 101010 | 100010 | 111000 | 101011101 | 11011 | 100010 |
Color Harmonies of #6F4049
Complementary color
Monochromatic Colors of #6F4049
Black with #6F4049
Text Example
Text Example
White with #6F4049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4049; }
p { color: rgb(111,64,73); }
H1.HeaderClassName
{
color: #6F4049;
}
.AnyTagClassName
{
color: #6F4049;
}
</style>
background-color css
<style>
a { background-color: #6F4049; }
a { background-color: rgb(111,64,73); }
div.DivClassName
{
background-color: #6F4049;
}
.BgClassName
{
background-color: #6F4049;
}
</style>
border-color css
<style>
span { border-color: #6F4049; }
span { border-color: rgb(111,64,73); }
td.TdClassName
{
border-color: #6F4049;
}
.TagClassName
{
border-color: #6F4049;
}
</style>