Shades of Tosca #6C4145
Tints of Tosca #6C4145
RGB
CMYK
RGB Variations
Color information
#6C4145 (or 0x6C4145) is known color: Tosca. HEX triplet: 6C, 41 and 45. RGB value is (108,65,69). Sum of RGB (Red+Green+Blue) = 108+65+69=242 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.63% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C4145 is #93BEBA. Grayscale: #4E4E4E. Windows color (decimal): -9682619 or 4538732. OLE color: 4538732.
HSL color Cylindrical-coordinate representation of color #6C4145: hue angle of 354.42º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C4145 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 65 | 69 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.58 |
| HSL | 354.42º | 0.25% | 0.34% | - |
| HSV(B) | 354.42º | 0.4% | 0.42% | - |
| XYZ | 9.15 | 7.4 | 6.58 | - |
| YUV | 78.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 65 | 69 | 0 | 0.40 | 0.36 | 0.58 | 354.42 | 0.25 | 0.34 |
| Hex | 6C | 41 | 45 | 0 | 28 | 24 | 3A | 162 | 19 | 22 |
| Octal | 154 | 101 | 105 | 0 | 50 | 44 | 72 | 542 | 31 | 42 |
| Binary | 1101100 | 1000001 | 1000101 | 0 | 101000 | 100100 | 111010 | 101100010 | 11001 | 100010 |
Color Harmonies of #6C4145
Complementary color
Monochromatic Colors of #6C4145
Black with #6C4145
Text Example
Text Example
White with #6C4145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4145; }
p { color: rgb(108,65,69); }
H1.HeaderClassName
{
color: #6C4145;
}
.AnyTagClassName
{
color: #6C4145;
}
</style>
background-color css
<style>
a { background-color: #6C4145; }
a { background-color: rgb(108,65,69); }
div.DivClassName
{
background-color: #6C4145;
}
.BgClassName
{
background-color: #6C4145;
}
</style>
border-color css
<style>
span { border-color: #6C4145; }
span { border-color: rgb(108,65,69); }
td.TdClassName
{
border-color: #6C4145;
}
.TagClassName
{
border-color: #6C4145;
}
</style>