Shades of Tosca #6F4C4D
Tints of Tosca #6F4C4D
RGB
CMYK
RGB Variations
Color information
#6F4C4D (or 0x6F4C4D) is known color: Tosca. HEX triplet: 6F, 4C and 4D. RGB value is (111,76,77). Sum of RGB (Red+Green+Blue) = 111+76+77=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4C4D is #90B3B2. Grayscale: #565656. Windows color (decimal): -9483187 or 5065839. OLE color: 5065839.
HSL color Cylindrical-coordinate representation of color #6F4C4D: hue angle of 358.29º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F4C4D is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 76 | 77 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.56 |
| HSL | 358.29º | 0.19% | 0.37% | - |
| HSV(B) | 358.29º | 0.32% | 0.44% | - |
| XYZ | 10.48 | 9.08 | 8.22 | - |
| YUV | 86.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 76 | 77 | 0 | 0.32 | 0.31 | 0.56 | 358.29 | 0.19 | 0.37 |
| Hex | 6F | 4C | 4D | 0 | 20 | 1F | 38 | 166 | 13 | 25 |
| Octal | 157 | 114 | 115 | 0 | 40 | 37 | 70 | 546 | 23 | 45 |
| Binary | 1101111 | 1001100 | 1001101 | 0 | 100000 | 11111 | 111000 | 101100110 | 10011 | 100101 |
Color Harmonies of #6F4C4D
Complementary color
Monochromatic Colors of #6F4C4D
Black with #6F4C4D
Text Example
Text Example
White with #6F4C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4C4D; }
p { color: rgb(111,76,77); }
H1.HeaderClassName
{
color: #6F4C4D;
}
.AnyTagClassName
{
color: #6F4C4D;
}
</style>
background-color css
<style>
a { background-color: #6F4C4D; }
a { background-color: rgb(111,76,77); }
div.DivClassName
{
background-color: #6F4C4D;
}
.BgClassName
{
background-color: #6F4C4D;
}
</style>
border-color css
<style>
span { border-color: #6F4C4D; }
span { border-color: rgb(111,76,77); }
td.TdClassName
{
border-color: #6F4C4D;
}
.TagClassName
{
border-color: #6F4C4D;
}
</style>