Shades of Tosca #6B3C3E
Tints of Tosca #6B3C3E
RGB
CMYK
RGB Variations
Color information
#6B3C3E (or 0x6B3C3E) is known color: Tosca. HEX triplet: 6B, 3C and 3E. RGB value is (107,60,62). Sum of RGB (Red+Green+Blue) = 107+60+62=229 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.72% from 229); Green value is 60 (23.83% from 255 or 26.20% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3C3E is #94C3C1. Grayscale: #4A4A4A. Windows color (decimal): -9749442 or 4078699. OLE color: 4078699.
HSL color Cylindrical-coordinate representation of color #6B3C3E: hue angle of 357.45º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B3C3E is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 60 | 62 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.58 |
| HSL | 357.45º | 0.28% | 0.33% | - |
| HSV(B) | 357.45º | 0.44% | 0.42% | - |
| XYZ | 8.55 | 6.71 | 5.4 | - |
| YUV | 74.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 60 | 62 | 0 | 0.44 | 0.42 | 0.58 | 357.45 | 0.28 | 0.33 |
| Hex | 6B | 3C | 3E | 0 | 2C | 2A | 3A | 165 | 1C | 21 |
| Octal | 153 | 74 | 76 | 0 | 54 | 52 | 72 | 545 | 34 | 41 |
| Binary | 1101011 | 111100 | 111110 | 0 | 101100 | 101010 | 111010 | 101100101 | 11100 | 100001 |
Color Harmonies of #6B3C3E
Complementary color
Monochromatic Colors of #6B3C3E
Black with #6B3C3E
Text Example
Text Example
White with #6B3C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3C3E; }
p { color: rgb(107,60,62); }
H1.HeaderClassName
{
color: #6B3C3E;
}
.AnyTagClassName
{
color: #6B3C3E;
}
</style>
background-color css
<style>
a { background-color: #6B3C3E; }
a { background-color: rgb(107,60,62); }
div.DivClassName
{
background-color: #6B3C3E;
}
.BgClassName
{
background-color: #6B3C3E;
}
</style>
border-color css
<style>
span { border-color: #6B3C3E; }
span { border-color: rgb(107,60,62); }
td.TdClassName
{
border-color: #6B3C3E;
}
.TagClassName
{
border-color: #6B3C3E;
}
</style>