Shades of Tosca #6B3E46
Tints of Tosca #6B3E46
RGB
CMYK
RGB Variations
Color information
#6B3E46 (or 0x6B3E46) is known color: Tosca. HEX triplet: 6B, 3E and 46. RGB value is (107,62,70). Sum of RGB (Red+Green+Blue) = 107+62+70=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3E46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3E46 is #94C1B9. Grayscale: #4C4C4C. Windows color (decimal): -9748922 or 4603499. OLE color: 4603499.
HSL color Cylindrical-coordinate representation of color #6B3E46: hue angle of 349.33º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B3E46 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 62 | 70 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.58 |
| HSL | 349.33º | 0.27% | 0.33% | - |
| HSV(B) | 349.33º | 0.42% | 0.42% | - |
| XYZ | 8.89 | 7.01 | 6.68 | - |
| YUV | 76.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 62 | 70 | 0 | 0.42 | 0.35 | 0.58 | 349.33 | 0.27 | 0.33 |
| Hex | 6B | 3E | 46 | 0 | 2A | 23 | 3A | 15D | 1B | 21 |
| Octal | 153 | 76 | 106 | 0 | 52 | 43 | 72 | 535 | 33 | 41 |
| Binary | 1101011 | 111110 | 1000110 | 0 | 101010 | 100011 | 111010 | 101011101 | 11011 | 100001 |
Color Harmonies of #6B3E46
Complementary color
Monochromatic Colors of #6B3E46
Black with #6B3E46
Text Example
Text Example
White with #6B3E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3E46; }
p { color: rgb(107,62,70); }
H1.HeaderClassName
{
color: #6B3E46;
}
.AnyTagClassName
{
color: #6B3E46;
}
</style>
background-color css
<style>
a { background-color: #6B3E46; }
a { background-color: rgb(107,62,70); }
div.DivClassName
{
background-color: #6B3E46;
}
.BgClassName
{
background-color: #6B3E46;
}
</style>
border-color css
<style>
span { border-color: #6B3E46; }
span { border-color: rgb(107,62,70); }
td.TdClassName
{
border-color: #6B3E46;
}
.TagClassName
{
border-color: #6B3E46;
}
</style>