Shades of Tosca #684145
Tints of Tosca #684145
RGB
CMYK
RGB Variations
Color information
#684145 (or 0x684145) is known color: Tosca. HEX triplet: 68, 41 and 45. RGB value is (104,65,69). Sum of RGB (Red+Green+Blue) = 104+65+69=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #684145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684145 is #97BEBA. Grayscale: #4D4D4D. Windows color (decimal): -9944763 or 4538728. OLE color: 4538728.
HSL color Cylindrical-coordinate representation of color #684145: hue angle of 353.85º 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 #684145 is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 65 | 69 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.59 |
| HSL | 353.85º | 0.23% | 0.33% | - |
| HSV(B) | 353.85º | 0.38% | 0.41% | - |
| XYZ | 8.67 | 7.15 | 6.55 | - |
| YUV | 77.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 65 | 69 | 0 | 0.38 | 0.34 | 0.59 | 353.85 | 0.23 | 0.33 |
| Hex | 68 | 41 | 45 | 0 | 26 | 22 | 3B | 162 | 17 | 21 |
| Octal | 150 | 101 | 105 | 0 | 46 | 42 | 73 | 542 | 27 | 41 |
| Binary | 1101000 | 1000001 | 1000101 | 0 | 100110 | 100010 | 111011 | 101100010 | 10111 | 100001 |
Color Harmonies of #684145
Complementary color
Monochromatic Colors of #684145
Black with #684145
Text Example
Text Example
White with #684145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684145; }
p { color: rgb(104,65,69); }
H1.HeaderClassName
{
color: #684145;
}
.AnyTagClassName
{
color: #684145;
}
</style>
background-color css
<style>
a { background-color: #684145; }
a { background-color: rgb(104,65,69); }
div.DivClassName
{
background-color: #684145;
}
.BgClassName
{
background-color: #684145;
}
</style>
border-color css
<style>
span { border-color: #684145; }
span { border-color: rgb(104,65,69); }
td.TdClassName
{
border-color: #684145;
}
.TagClassName
{
border-color: #684145;
}
</style>