Shades of Tosca #6F3C44
Tints of Tosca #6F3C44
RGB
CMYK
RGB Variations
Color information
#6F3C44 (or 0x6F3C44) is known color: Tosca. HEX triplet: 6F, 3C and 44. RGB value is (111,60,68). Sum of RGB (Red+Green+Blue) = 111+60+68=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 60 (23.83% from 255 or 25.10% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3C44 is #90C3BB. Grayscale: #4C4C4C. Windows color (decimal): -9487292 or 4471919. OLE color: 4471919.
HSL color Cylindrical-coordinate representation of color #6F3C44: hue angle of 350.59º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F3C44 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 60 | 68 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.56 |
| HSL | 350.59º | 0.3% | 0.34% | - |
| HSV(B) | 350.59º | 0.46% | 0.44% | - |
| XYZ | 9.21 | 7.03 | 6.34 | - |
| YUV | 76.16 | 123.4 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 60 | 68 | 0 | 0.46 | 0.39 | 0.56 | 350.59 | 0.3 | 0.34 |
| Hex | 6F | 3C | 44 | 0 | 2E | 27 | 38 | 15F | 1E | 22 |
| Octal | 157 | 74 | 104 | 0 | 56 | 47 | 70 | 537 | 36 | 42 |
| Binary | 1101111 | 111100 | 1000100 | 0 | 101110 | 100111 | 111000 | 101011111 | 11110 | 100010 |
Color Harmonies of #6F3C44
Complementary color
Monochromatic Colors of #6F3C44
Black with #6F3C44
Text Example
Text Example
White with #6F3C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3C44; }
p { color: rgb(111,60,68); }
H1.HeaderClassName
{
color: #6F3C44;
}
.AnyTagClassName
{
color: #6F3C44;
}
</style>
background-color css
<style>
a { background-color: #6F3C44; }
a { background-color: rgb(111,60,68); }
div.DivClassName
{
background-color: #6F3C44;
}
.BgClassName
{
background-color: #6F3C44;
}
</style>
border-color css
<style>
span { border-color: #6F3C44; }
span { border-color: rgb(111,60,68); }
td.TdClassName
{
border-color: #6F3C44;
}
.TagClassName
{
border-color: #6F3C44;
}
</style>