Shades of Tosca #6E3B3F
Tints of Tosca #6E3B3F
RGB
CMYK
RGB Variations
Color information
#6E3B3F (or 0x6E3B3F) is known color: Tosca. HEX triplet: 6E, 3B and 3F. RGB value is (110,59,63). Sum of RGB (Red+Green+Blue) = 110+59+63=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 59 (23.44% from 255 or 25.43% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3B3F is #91C4C0. Grayscale: #4A4A4A. Windows color (decimal): -9553089 or 4143982. OLE color: 4143982.
HSL color Cylindrical-coordinate representation of color #6E3B3F: hue angle of 355.29º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E3B3F is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 59 | 63 | - |
| CMYK | 0 | 0.46 | 0.43 | 0.57 |
| HSL | 355.29º | 0.3% | 0.33% | - |
| HSV(B) | 355.29º | 0.46% | 0.43% | - |
| XYZ | 8.89 | 6.8 | 5.55 | - |
| YUV | 74.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 59 | 63 | 0 | 0.46 | 0.43 | 0.57 | 355.29 | 0.3 | 0.33 |
| Hex | 6E | 3B | 3F | 0 | 2E | 2B | 39 | 163 | 1E | 21 |
| Octal | 156 | 73 | 77 | 0 | 56 | 53 | 71 | 543 | 36 | 41 |
| Binary | 1101110 | 111011 | 111111 | 0 | 101110 | 101011 | 111001 | 101100011 | 11110 | 100001 |
Color Harmonies of #6E3B3F
Complementary color
Monochromatic Colors of #6E3B3F
Black with #6E3B3F
Text Example
Text Example
White with #6E3B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3B3F; }
p { color: rgb(110,59,63); }
H1.HeaderClassName
{
color: #6E3B3F;
}
.AnyTagClassName
{
color: #6E3B3F;
}
</style>
background-color css
<style>
a { background-color: #6E3B3F; }
a { background-color: rgb(110,59,63); }
div.DivClassName
{
background-color: #6E3B3F;
}
.BgClassName
{
background-color: #6E3B3F;
}
</style>
border-color css
<style>
span { border-color: #6E3B3F; }
span { border-color: rgb(110,59,63); }
td.TdClassName
{
border-color: #6E3B3F;
}
.TagClassName
{
border-color: #6E3B3F;
}
</style>