Shades of Tosca #683D42
Tints of Tosca #683D42
RGB
CMYK
RGB Variations
Color information
#683D42 (or 0x683D42) is known color: Tosca. HEX triplet: 68, 3D and 42. RGB value is (104,61,66). Sum of RGB (Red+Green+Blue) = 104+61+66=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #683D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D42 is #97C2BD. Grayscale: #4A4A4A. Windows color (decimal): -9945790 or 4341096. OLE color: 4341096.
HSL color Cylindrical-coordinate representation of color #683D42: hue angle of 353.02º 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 #683D42 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 66 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.59 |
| HSL | 353.02º | 0.26% | 0.32% | - |
| HSV(B) | 353.02º | 0.41% | 0.41% | - |
| XYZ | 8.36 | 6.67 | 6 | - |
| YUV | 74.43 | 123.25 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 66 | 0 | 0.41 | 0.37 | 0.59 | 353.02 | 0.26 | 0.32 |
| Hex | 68 | 3D | 42 | 0 | 29 | 25 | 3B | 161 | 1A | 20 |
| Octal | 150 | 75 | 102 | 0 | 51 | 45 | 73 | 541 | 32 | 40 |
| Binary | 1101000 | 111101 | 1000010 | 0 | 101001 | 100101 | 111011 | 101100001 | 11010 | 100000 |
Color Harmonies of #683D42
Complementary color
Monochromatic Colors of #683D42
Black with #683D42
Text Example
Text Example
White with #683D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D42; }
p { color: rgb(104,61,66); }
H1.HeaderClassName
{
color: #683D42;
}
.AnyTagClassName
{
color: #683D42;
}
</style>
background-color css
<style>
a { background-color: #683D42; }
a { background-color: rgb(104,61,66); }
div.DivClassName
{
background-color: #683D42;
}
.BgClassName
{
background-color: #683D42;
}
</style>
border-color css
<style>
span { border-color: #683D42; }
span { border-color: rgb(104,61,66); }
td.TdClassName
{
border-color: #683D42;
}
.TagClassName
{
border-color: #683D42;
}
</style>