Shades of Tosca #684147
Tints of Tosca #684147
RGB
CMYK
RGB Variations
Color information
#684147 (or 0x684147) is known color: Tosca. HEX triplet: 68, 41 and 47. RGB value is (104,65,71). Sum of RGB (Red+Green+Blue) = 104+65+71=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #684147 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684147 is #97BEB8. Grayscale: #4D4D4D. Windows color (decimal): -9944761 or 4669800. OLE color: 4669800.
HSL color Cylindrical-coordinate representation of color #684147: hue angle of 350.77º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #684147 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 65 | 71 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.59 |
| HSL | 350.77º | 0.23% | 0.33% | - |
| HSV(B) | 350.77º | 0.38% | 0.41% | - |
| XYZ | 8.74 | 7.18 | 6.89 | - |
| YUV | 77.35 | 124.42 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 71 | 0 | 0.38 | 0.32 | 0.59 | 350.77 | 0.23 | 0.33 |
| Hex | 68 | 41 | 47 | 0 | 26 | 20 | 3B | 15F | 17 | 21 |
| Octal | 150 | 101 | 107 | 0 | 46 | 40 | 73 | 537 | 27 | 41 |
| Binary | 1101000 | 1000001 | 1000111 | 0 | 100110 | 100000 | 111011 | 101011111 | 10111 | 100001 |
Color Harmonies of #684147
Complementary color
Monochromatic Colors of #684147
Black with #684147
Text Example
Text Example
White with #684147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684147; }
p { color: rgb(104,65,71); }
H1.HeaderClassName
{
color: #684147;
}
.AnyTagClassName
{
color: #684147;
}
</style>
background-color css
<style>
a { background-color: #684147; }
a { background-color: rgb(104,65,71); }
div.DivClassName
{
background-color: #684147;
}
.BgClassName
{
background-color: #684147;
}
</style>
border-color css
<style>
span { border-color: #684147; }
span { border-color: rgb(104,65,71); }
td.TdClassName
{
border-color: #684147;
}
.TagClassName
{
border-color: #684147;
}
</style>