Shades of Tosca #684348
Tints of Tosca #684348
RGB
CMYK
RGB Variations
Color information
#684348 (or 0x684348) is known color: Tosca. HEX triplet: 68, 43 and 48. RGB value is (104,67,72). Sum of RGB (Red+Green+Blue) = 104+67+72=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #684348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684348 is #97BCB7. Grayscale: #4E4E4E. Windows color (decimal): -9944248 or 4735848. OLE color: 4735848.
HSL color Cylindrical-coordinate representation of color #684348: hue angle of 351.89º 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 #684348 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 67 | 72 | - |
| CMYK | 0 | 0.36 | 0.31 | 0.59 |
| HSL | 351.89º | 0.22% | 0.34% | - |
| HSV(B) | 351.89º | 0.36% | 0.41% | - |
| XYZ | 8.89 | 7.43 | 7.1 | - |
| YUV | 78.63 | 124.26 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 67 | 72 | 0 | 0.36 | 0.31 | 0.59 | 351.89 | 0.22 | 0.34 |
| Hex | 68 | 43 | 48 | 0 | 24 | 1F | 3B | 160 | 16 | 22 |
| Octal | 150 | 103 | 110 | 0 | 44 | 37 | 73 | 540 | 26 | 42 |
| Binary | 1101000 | 1000011 | 1001000 | 0 | 100100 | 11111 | 111011 | 101100000 | 10110 | 100010 |
Color Harmonies of #684348
Complementary color
Monochromatic Colors of #684348
Black with #684348
Text Example
Text Example
White with #684348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684348; }
p { color: rgb(104,67,72); }
H1.HeaderClassName
{
color: #684348;
}
.AnyTagClassName
{
color: #684348;
}
</style>
background-color css
<style>
a { background-color: #684348; }
a { background-color: rgb(104,67,72); }
div.DivClassName
{
background-color: #684348;
}
.BgClassName
{
background-color: #684348;
}
</style>
border-color css
<style>
span { border-color: #684348; }
span { border-color: rgb(104,67,72); }
td.TdClassName
{
border-color: #684348;
}
.TagClassName
{
border-color: #684348;
}
</style>