Shades of Tosca #6E4348
Tints of Tosca #6E4348
RGB
CMYK
RGB Variations
Color information
#6E4348 (or 0x6E4348) is known color: Tosca. HEX triplet: 6E, 43 and 48. RGB value is (110,67,72). Sum of RGB (Red+Green+Blue) = 110+67+72=249 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.18% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 72 (28.52% from 255 or 28.92% from 249); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4348 is #91BCB7. Grayscale: #505050. Windows color (decimal): -9551032 or 4735854. OLE color: 4735854.
HSL color Cylindrical-coordinate representation of color #6E4348: hue angle of 353.02º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E4348 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 67 | 72 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.57 |
| HSL | 353.02º | 0.24% | 0.35% | - |
| HSV(B) | 353.02º | 0.39% | 0.43% | - |
| XYZ | 9.61 | 7.8 | 7.13 | - |
| YUV | 80.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 67 | 72 | 0 | 0.39 | 0.35 | 0.57 | 353.02 | 0.24 | 0.35 |
| Hex | 6E | 43 | 48 | 0 | 27 | 23 | 39 | 161 | 18 | 23 |
| Octal | 156 | 103 | 110 | 0 | 47 | 43 | 71 | 541 | 30 | 43 |
| Binary | 1101110 | 1000011 | 1001000 | 0 | 100111 | 100011 | 111001 | 101100001 | 11000 | 100011 |
Color Harmonies of #6E4348
Complementary color
Monochromatic Colors of #6E4348
Black with #6E4348
Text Example
Text Example
White with #6E4348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4348; }
p { color: rgb(110,67,72); }
H1.HeaderClassName
{
color: #6E4348;
}
.AnyTagClassName
{
color: #6E4348;
}
</style>
background-color css
<style>
a { background-color: #6E4348; }
a { background-color: rgb(110,67,72); }
div.DivClassName
{
background-color: #6E4348;
}
.BgClassName
{
background-color: #6E4348;
}
</style>
border-color css
<style>
span { border-color: #6E4348; }
span { border-color: rgb(110,67,72); }
td.TdClassName
{
border-color: #6E4348;
}
.TagClassName
{
border-color: #6E4348;
}
</style>