Shades of Tosca #684749
Tints of Tosca #684749
RGB
CMYK
RGB Variations
Color information
#684749 (or 0x684749) is known color: Tosca. HEX triplet: 68, 47 and 49. RGB value is (104,71,73). Sum of RGB (Red+Green+Blue) = 104+71+73=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 71 (28.12% from 255 or 28.63% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #684749 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684749 is #97B8B6. Grayscale: #515151. Windows color (decimal): -9943223 or 4802408. OLE color: 4802408.
HSL color Cylindrical-coordinate representation of color #684749: hue angle of 356.36º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #684749 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 73 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.59 |
| HSL | 356.36º | 0.19% | 0.34% | - |
| HSV(B) | 356.36º | 0.32% | 0.41% | - |
| XYZ | 9.16 | 7.93 | 7.35 | - |
| YUV | 81.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 73 | 0 | 0.32 | 0.30 | 0.59 | 356.36 | 0.19 | 0.34 |
| Hex | 68 | 47 | 49 | 0 | 20 | 1E | 3B | 164 | 13 | 22 |
| Octal | 150 | 107 | 111 | 0 | 40 | 36 | 73 | 544 | 23 | 42 |
| Binary | 1101000 | 1000111 | 1001001 | 0 | 100000 | 11110 | 111011 | 101100100 | 10011 | 100010 |
Color Harmonies of #684749
Complementary color
Monochromatic Colors of #684749
Black with #684749
Text Example
Text Example
White with #684749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684749; }
p { color: rgb(104,71,73); }
H1.HeaderClassName
{
color: #684749;
}
.AnyTagClassName
{
color: #684749;
}
</style>
background-color css
<style>
a { background-color: #684749; }
a { background-color: rgb(104,71,73); }
div.DivClassName
{
background-color: #684749;
}
.BgClassName
{
background-color: #684749;
}
</style>
border-color css
<style>
span { border-color: #684749; }
span { border-color: rgb(104,71,73); }
td.TdClassName
{
border-color: #684749;
}
.TagClassName
{
border-color: #684749;
}
</style>