Shades of Tosca #684247
Tints of Tosca #684247
RGB
CMYK
RGB Variations
Color information
#684247 (or 0x684247) is known color: Tosca. HEX triplet: 68, 42 and 47. RGB value is (104,66,71). Sum of RGB (Red+Green+Blue) = 104+66+71=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 71 (28.12% from 255 or 29.46% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #684247 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684247 is #97BDB8. Grayscale: #4D4D4D. Windows color (decimal): -9944505 or 4670056. OLE color: 4670056.
HSL color Cylindrical-coordinate representation of color #684247: hue angle of 352.11º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #684247 is Cyan = 0, Magento = 0.37, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 66 | 71 | - |
| CMYK | 0 | 0.37 | 0.32 | 0.59 |
| HSL | 352.11º | 0.22% | 0.33% | - |
| HSV(B) | 352.11º | 0.37% | 0.41% | - |
| XYZ | 8.79 | 7.29 | 6.91 | - |
| YUV | 77.93 | 124.09 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 71 | 0 | 0.37 | 0.32 | 0.59 | 352.11 | 0.22 | 0.33 |
| Hex | 68 | 42 | 47 | 0 | 25 | 20 | 3B | 160 | 16 | 21 |
| Octal | 150 | 102 | 107 | 0 | 45 | 40 | 73 | 540 | 26 | 41 |
| Binary | 1101000 | 1000010 | 1000111 | 0 | 100101 | 100000 | 111011 | 101100000 | 10110 | 100001 |
Color Harmonies of #684247
Complementary color
Monochromatic Colors of #684247
Black with #684247
Text Example
Text Example
White with #684247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684247; }
p { color: rgb(104,66,71); }
H1.HeaderClassName
{
color: #684247;
}
.AnyTagClassName
{
color: #684247;
}
</style>
background-color css
<style>
a { background-color: #684247; }
a { background-color: rgb(104,66,71); }
div.DivClassName
{
background-color: #684247;
}
.BgClassName
{
background-color: #684247;
}
</style>
border-color css
<style>
span { border-color: #684247; }
span { border-color: rgb(104,66,71); }
td.TdClassName
{
border-color: #684247;
}
.TagClassName
{
border-color: #684247;
}
</style>