Shades of Tosca #684345
Tints of Tosca #684345
RGB
CMYK
RGB Variations
Color information
#684345 (or 0x684345) is known color: Tosca. HEX triplet: 68, 43 and 45. RGB value is (104,67,69). Sum of RGB (Red+Green+Blue) = 104+67+69=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 69 (27.34% from 255 or 28.75% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #684345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684345 is #97BCBA. Grayscale: #4E4E4E. Windows color (decimal): -9944251 or 4539240. OLE color: 4539240.
HSL color Cylindrical-coordinate representation of color #684345: hue angle of 356.76º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #684345 is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 67 | 69 | - |
| CMYK | 0 | 0.36 | 0.34 | 0.59 |
| HSL | 356.76º | 0.22% | 0.34% | - |
| HSV(B) | 356.76º | 0.36% | 0.41% | - |
| XYZ | 8.79 | 7.39 | 6.59 | - |
| YUV | 78.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 67 | 69 | 0 | 0.36 | 0.34 | 0.59 | 356.76 | 0.22 | 0.34 |
| Hex | 68 | 43 | 45 | 0 | 24 | 22 | 3B | 165 | 16 | 22 |
| Octal | 150 | 103 | 105 | 0 | 44 | 42 | 73 | 545 | 26 | 42 |
| Binary | 1101000 | 1000011 | 1000101 | 0 | 100100 | 100010 | 111011 | 101100101 | 10110 | 100010 |
Color Harmonies of #684345
Complementary color
Monochromatic Colors of #684345
Black with #684345
Text Example
Text Example
White with #684345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684345; }
p { color: rgb(104,67,69); }
H1.HeaderClassName
{
color: #684345;
}
.AnyTagClassName
{
color: #684345;
}
</style>
background-color css
<style>
a { background-color: #684345; }
a { background-color: rgb(104,67,69); }
div.DivClassName
{
background-color: #684345;
}
.BgClassName
{
background-color: #684345;
}
</style>
border-color css
<style>
span { border-color: #684345; }
span { border-color: rgb(104,67,69); }
td.TdClassName
{
border-color: #684345;
}
.TagClassName
{
border-color: #684345;
}
</style>