Shades of Tosca #6F4849
Tints of Tosca #6F4849
RGB
CMYK
RGB Variations
Color information
#6F4849 (or 0x6F4849) is known color: Tosca. HEX triplet: 6F, 48 and 49. RGB value is (111,72,73). Sum of RGB (Red+Green+Blue) = 111+72+73=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4849 is #90B7B6. Grayscale: #535353. Windows color (decimal): -9484215 or 4802671. OLE color: 4802671.
HSL color Cylindrical-coordinate representation of color #6F4849: hue angle of 358.46º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F4849 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 72 | 73 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.56 |
| HSL | 358.46º | 0.21% | 0.36% | - |
| HSV(B) | 358.46º | 0.35% | 0.44% | - |
| XYZ | 10.08 | 8.5 | 7.41 | - |
| YUV | 83.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 72 | 73 | 0 | 0.35 | 0.34 | 0.56 | 358.46 | 0.21 | 0.36 |
| Hex | 6F | 48 | 49 | 0 | 23 | 22 | 38 | 166 | 15 | 24 |
| Octal | 157 | 110 | 111 | 0 | 43 | 42 | 70 | 546 | 25 | 44 |
| Binary | 1101111 | 1001000 | 1001001 | 0 | 100011 | 100010 | 111000 | 101100110 | 10101 | 100100 |
Color Harmonies of #6F4849
Complementary color
Monochromatic Colors of #6F4849
Black with #6F4849
Text Example
Text Example
White with #6F4849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4849; }
p { color: rgb(111,72,73); }
H1.HeaderClassName
{
color: #6F4849;
}
.AnyTagClassName
{
color: #6F4849;
}
</style>
background-color css
<style>
a { background-color: #6F4849; }
a { background-color: rgb(111,72,73); }
div.DivClassName
{
background-color: #6F4849;
}
.BgClassName
{
background-color: #6F4849;
}
</style>
border-color css
<style>
span { border-color: #6F4849; }
span { border-color: rgb(111,72,73); }
td.TdClassName
{
border-color: #6F4849;
}
.TagClassName
{
border-color: #6F4849;
}
</style>