Shades of Tosca #6F4345
Tints of Tosca #6F4345
RGB
CMYK
RGB Variations
Color information
#6F4345 (or 0x6F4345) is known color: Tosca. HEX triplet: 6F, 43 and 45. RGB value is (111,67,69). Sum of RGB (Red+Green+Blue) = 111+67+69=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4345 is #90BCBA. Grayscale: #505050. Windows color (decimal): -9485499 or 4539247. OLE color: 4539247.
HSL color Cylindrical-coordinate representation of color #6F4345: hue angle of 357.27º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F4345 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 67 | 69 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.56 |
| HSL | 357.27º | 0.25% | 0.35% | - |
| HSV(B) | 357.27º | 0.4% | 0.44% | - |
| XYZ | 9.64 | 7.82 | 6.63 | - |
| YUV | 80.38 | 121.58 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 67 | 69 | 0 | 0.40 | 0.38 | 0.56 | 357.27 | 0.25 | 0.35 |
| Hex | 6F | 43 | 45 | 0 | 28 | 26 | 38 | 165 | 19 | 23 |
| Octal | 157 | 103 | 105 | 0 | 50 | 46 | 70 | 545 | 31 | 43 |
| Binary | 1101111 | 1000011 | 1000101 | 0 | 101000 | 100110 | 111000 | 101100101 | 11001 | 100011 |
Color Harmonies of #6F4345
Complementary color
Monochromatic Colors of #6F4345
Black with #6F4345
Text Example
Text Example
White with #6F4345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4345; }
p { color: rgb(111,67,69); }
H1.HeaderClassName
{
color: #6F4345;
}
.AnyTagClassName
{
color: #6F4345;
}
</style>
background-color css
<style>
a { background-color: #6F4345; }
a { background-color: rgb(111,67,69); }
div.DivClassName
{
background-color: #6F4345;
}
.BgClassName
{
background-color: #6F4345;
}
</style>
border-color css
<style>
span { border-color: #6F4345; }
span { border-color: rgb(111,67,69); }
td.TdClassName
{
border-color: #6F4345;
}
.TagClassName
{
border-color: #6F4345;
}
</style>