Shades of Tosca #684248
Tints of Tosca #684248
RGB
CMYK
RGB Variations
Color information
#684248 (or 0x684248) is known color: Tosca. HEX triplet: 68, 42 and 48. RGB value is (104,66,72). Sum of RGB (Red+Green+Blue) = 104+66+72=242 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.98% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 104 - color contains mainly: red. Hex color #684248 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684248 is #97BDB7. Grayscale: #4E4E4E. Windows color (decimal): -9944504 or 4735592. OLE color: 4735592.
HSL color Cylindrical-coordinate representation of color #684248: hue angle of 350.53º 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 #684248 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 66 | 72 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.59 |
| HSL | 350.53º | 0.22% | 0.33% | - |
| HSV(B) | 350.53º | 0.37% | 0.41% | - |
| XYZ | 8.83 | 7.31 | 7.08 | - |
| YUV | 78.05 | 124.59 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 72 | 0 | 0.37 | 0.31 | 0.59 | 350.53 | 0.22 | 0.33 |
| Hex | 68 | 42 | 48 | 0 | 25 | 1F | 3B | 15F | 16 | 21 |
| Octal | 150 | 102 | 110 | 0 | 45 | 37 | 73 | 537 | 26 | 41 |
| Binary | 1101000 | 1000010 | 1001000 | 0 | 100101 | 11111 | 111011 | 101011111 | 10110 | 100001 |
Color Harmonies of #684248
Complementary color
Monochromatic Colors of #684248
Black with #684248
Text Example
Text Example
White with #684248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684248; }
p { color: rgb(104,66,72); }
H1.HeaderClassName
{
color: #684248;
}
.AnyTagClassName
{
color: #684248;
}
</style>
background-color css
<style>
a { background-color: #684248; }
a { background-color: rgb(104,66,72); }
div.DivClassName
{
background-color: #684248;
}
.BgClassName
{
background-color: #684248;
}
</style>
border-color css
<style>
span { border-color: #684248; }
span { border-color: rgb(104,66,72); }
td.TdClassName
{
border-color: #684248;
}
.TagClassName
{
border-color: #684248;
}
</style>