Shades of Tosca #6F4445
Tints of Tosca #6F4445
RGB
CMYK
RGB Variations
Color information
#6F4445 (or 0x6F4445) is known color: Tosca. HEX triplet: 6F, 44 and 45. RGB value is (111,68,69). Sum of RGB (Red+Green+Blue) = 111+68+69=248 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.76% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 69 (27.34% from 255 or 27.82% from 248); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F4445 is #90BBBA. Grayscale: #515151. Windows color (decimal): -9485243 or 4539503. OLE color: 4539503.
HSL color Cylindrical-coordinate representation of color #6F4445: hue angle of 358.6º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F4445 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 68 | 69 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.56 |
| HSL | 358.6º | 0.24% | 0.35% | - |
| HSV(B) | 358.6º | 0.39% | 0.44% | - |
| XYZ | 9.7 | 7.94 | 6.65 | - |
| YUV | 80.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 69 | 0 | 0.39 | 0.38 | 0.56 | 358.6 | 0.24 | 0.35 |
| Hex | 6F | 44 | 45 | 0 | 27 | 26 | 38 | 167 | 18 | 23 |
| Octal | 157 | 104 | 105 | 0 | 47 | 46 | 70 | 547 | 30 | 43 |
| Binary | 1101111 | 1000100 | 1000101 | 0 | 100111 | 100110 | 111000 | 101100111 | 11000 | 100011 |
Color Harmonies of #6F4445
Complementary color
Monochromatic Colors of #6F4445
Black with #6F4445
Text Example
Text Example
White with #6F4445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4445; }
p { color: rgb(111,68,69); }
H1.HeaderClassName
{
color: #6F4445;
}
.AnyTagClassName
{
color: #6F4445;
}
</style>
background-color css
<style>
a { background-color: #6F4445; }
a { background-color: rgb(111,68,69); }
div.DivClassName
{
background-color: #6F4445;
}
.BgClassName
{
background-color: #6F4445;
}
</style>
border-color css
<style>
span { border-color: #6F4445; }
span { border-color: rgb(111,68,69); }
td.TdClassName
{
border-color: #6F4445;
}
.TagClassName
{
border-color: #6F4445;
}
</style>