Shades of Tosca #6E3B3C
Tints of Tosca #6E3B3C
RGB
CMYK
RGB Variations
Color information
#6E3B3C (or 0x6E3B3C) is known color: Tosca. HEX triplet: 6E, 3B and 3C. RGB value is (110,59,60). Sum of RGB (Red+Green+Blue) = 110+59+60=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 59 (23.44% from 255 or 25.76% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3B3C is #91C4C3. Grayscale: #4A4A4A. Windows color (decimal): -9553092 or 3947374. OLE color: 3947374.
HSL color Cylindrical-coordinate representation of color #6E3B3C: hue angle of 358.82º 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 #6E3B3C is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 59 | 60 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.57 |
| HSL | 358.82º | 0.3% | 0.33% | - |
| HSV(B) | 358.82º | 0.46% | 0.43% | - |
| XYZ | 8.81 | 6.77 | 5.12 | - |
| YUV | 74.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 59 | 60 | 0 | 0.46 | 0.45 | 0.57 | 358.82 | 0.3 | 0.33 |
| Hex | 6E | 3B | 3C | 0 | 2E | 2D | 39 | 167 | 1E | 21 |
| Octal | 156 | 73 | 74 | 0 | 56 | 55 | 71 | 547 | 36 | 41 |
| Binary | 1101110 | 111011 | 111100 | 0 | 101110 | 101101 | 111001 | 101100111 | 11110 | 100001 |
Color Harmonies of #6E3B3C
Complementary color
Monochromatic Colors of #6E3B3C
Black with #6E3B3C
Text Example
Text Example
White with #6E3B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3B3C; }
p { color: rgb(110,59,60); }
H1.HeaderClassName
{
color: #6E3B3C;
}
.AnyTagClassName
{
color: #6E3B3C;
}
</style>
background-color css
<style>
a { background-color: #6E3B3C; }
a { background-color: rgb(110,59,60); }
div.DivClassName
{
background-color: #6E3B3C;
}
.BgClassName
{
background-color: #6E3B3C;
}
</style>
border-color css
<style>
span { border-color: #6E3B3C; }
span { border-color: rgb(110,59,60); }
td.TdClassName
{
border-color: #6E3B3C;
}
.TagClassName
{
border-color: #6E3B3C;
}
</style>