Shades of Tosca #683D43
Tints of Tosca #683D43
RGB
CMYK
RGB Variations
Color information
#683D43 (or 0x683D43) is known color: Tosca. HEX triplet: 68, 3D and 43. RGB value is (104,61,67). Sum of RGB (Red+Green+Blue) = 104+61+67=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 67 (26.56% from 255 or 28.88% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #683D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D43 is #97C2BC. Grayscale: #4A4A4A. Windows color (decimal): -9945789 or 4406632. OLE color: 4406632.
HSL color Cylindrical-coordinate representation of color #683D43: hue angle of 351.63º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #683D43 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 67 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.59 |
| HSL | 351.63º | 0.26% | 0.32% | - |
| HSV(B) | 351.63º | 0.41% | 0.41% | - |
| XYZ | 8.39 | 6.69 | 6.16 | - |
| YUV | 74.54 | 123.75 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 67 | 0 | 0.41 | 0.36 | 0.59 | 351.63 | 0.26 | 0.32 |
| Hex | 68 | 3D | 43 | 0 | 29 | 24 | 3B | 160 | 1A | 20 |
| Octal | 150 | 75 | 103 | 0 | 51 | 44 | 73 | 540 | 32 | 40 |
| Binary | 1101000 | 111101 | 1000011 | 0 | 101001 | 100100 | 111011 | 101100000 | 11010 | 100000 |
Color Harmonies of #683D43
Complementary color
Monochromatic Colors of #683D43
Black with #683D43
Text Example
Text Example
White with #683D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D43; }
p { color: rgb(104,61,67); }
H1.HeaderClassName
{
color: #683D43;
}
.AnyTagClassName
{
color: #683D43;
}
</style>
background-color css
<style>
a { background-color: #683D43; }
a { background-color: rgb(104,61,67); }
div.DivClassName
{
background-color: #683D43;
}
.BgClassName
{
background-color: #683D43;
}
</style>
border-color css
<style>
span { border-color: #683D43; }
span { border-color: rgb(104,61,67); }
td.TdClassName
{
border-color: #683D43;
}
.TagClassName
{
border-color: #683D43;
}
</style>