Shades of Tosca #6F3E3F
Tints of Tosca #6F3E3F
RGB
CMYK
RGB Variations
Color information
#6F3E3F (or 0x6F3E3F) is known color: Tosca. HEX triplet: 6F, 3E and 3F. RGB value is (111,62,63). Sum of RGB (Red+Green+Blue) = 111+62+63=236 (31% of max value = 765). Red value is 111 (43.75% from 255 or 47.03% from 236); Green value is 62 (24.61% from 255 or 26.27% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6F3E3F is #90C1C0. Grayscale: #4C4C4C. Windows color (decimal): -9486785 or 4144751. OLE color: 4144751.
HSL color Cylindrical-coordinate representation of color #6F3E3F: hue angle of 358.78º degrees, saturation: 0.28, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6F3E3F is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 62 | 63 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.56 |
| HSL | 358.78º | 0.28% | 0.34% | - |
| HSV(B) | 358.78º | 0.44% | 0.44% | - |
| XYZ | 9.18 | 7.18 | 5.61 | - |
| YUV | 76.77 | 120.23 | 152.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 62 | 63 | 0 | 0.44 | 0.43 | 0.56 | 358.78 | 0.28 | 0.34 |
| Hex | 6F | 3E | 3F | 0 | 2C | 2B | 38 | 167 | 1C | 22 |
| Octal | 157 | 76 | 77 | 0 | 54 | 53 | 70 | 547 | 34 | 42 |
| Binary | 1101111 | 111110 | 111111 | 0 | 101100 | 101011 | 111000 | 101100111 | 11100 | 100010 |
Color Harmonies of #6F3E3F
Complementary color
Monochromatic Colors of #6F3E3F
Black with #6F3E3F
Text Example
Text Example
White with #6F3E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3E3F; }
p { color: rgb(111,62,63); }
H1.HeaderClassName
{
color: #6F3E3F;
}
.AnyTagClassName
{
color: #6F3E3F;
}
</style>
background-color css
<style>
a { background-color: #6F3E3F; }
a { background-color: rgb(111,62,63); }
div.DivClassName
{
background-color: #6F3E3F;
}
.BgClassName
{
background-color: #6F3E3F;
}
</style>
border-color css
<style>
span { border-color: #6F3E3F; }
span { border-color: rgb(111,62,63); }
td.TdClassName
{
border-color: #6F3E3F;
}
.TagClassName
{
border-color: #6F3E3F;
}
</style>