Shades of Tosca #684045
Tints of Tosca #684045
RGB
CMYK
RGB Variations
Color information
#684045 (or 0x684045) is known color: Tosca. HEX triplet: 68, 40 and 45. RGB value is (104,64,69). Sum of RGB (Red+Green+Blue) = 104+64+69=237 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.88% from 237); Green value is 64 (25.39% from 255 or 27.00% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 104 - color contains mainly: red. Hex color #684045 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684045 is #97BFBA. Grayscale: #4C4C4C. Windows color (decimal): -9945019 or 4538472. OLE color: 4538472.
HSL color Cylindrical-coordinate representation of color #684045: hue angle of 352.5º degrees, saturation: 0.24, 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 #684045 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 64 | 69 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.59 |
| HSL | 352.5º | 0.24% | 0.33% | - |
| HSV(B) | 352.5º | 0.38% | 0.41% | - |
| XYZ | 8.62 | 7.04 | 6.53 | - |
| YUV | 76.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 64 | 69 | 0 | 0.38 | 0.34 | 0.59 | 352.5 | 0.24 | 0.33 |
| Hex | 68 | 40 | 45 | 0 | 26 | 22 | 3B | 160 | 18 | 21 |
| Octal | 150 | 100 | 105 | 0 | 46 | 42 | 73 | 540 | 30 | 41 |
| Binary | 1101000 | 1000000 | 1000101 | 0 | 100110 | 100010 | 111011 | 101100000 | 11000 | 100001 |
Color Harmonies of #684045
Complementary color
Monochromatic Colors of #684045
Black with #684045
Text Example
Text Example
White with #684045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684045; }
p { color: rgb(104,64,69); }
H1.HeaderClassName
{
color: #684045;
}
.AnyTagClassName
{
color: #684045;
}
</style>
background-color css
<style>
a { background-color: #684045; }
a { background-color: rgb(104,64,69); }
div.DivClassName
{
background-color: #684045;
}
.BgClassName
{
background-color: #684045;
}
</style>
border-color css
<style>
span { border-color: #684045; }
span { border-color: rgb(104,64,69); }
td.TdClassName
{
border-color: #684045;
}
.TagClassName
{
border-color: #684045;
}
</style>