Shades of Tosca #683D40
Tints of Tosca #683D40
RGB
CMYK
RGB Variations
Color information
#683D40 (or 0x683D40) is known color: Tosca. HEX triplet: 68, 3D and 40. RGB value is (104,61,64). Sum of RGB (Red+Green+Blue) = 104+61+64=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #683D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D40 is #97C2BF. Grayscale: #4A4A4A. Windows color (decimal): -9945792 or 4210024. OLE color: 4210024.
HSL color Cylindrical-coordinate representation of color #683D40: hue angle of 355.81º 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 #683D40 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 64 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.59 |
| HSL | 355.81º | 0.26% | 0.32% | - |
| HSV(B) | 355.81º | 0.41% | 0.41% | - |
| XYZ | 8.3 | 6.65 | 5.7 | - |
| YUV | 74.2 | 122.25 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 64 | 0 | 0.41 | 0.38 | 0.59 | 355.81 | 0.26 | 0.32 |
| Hex | 68 | 3D | 40 | 0 | 29 | 26 | 3B | 164 | 1A | 20 |
| Octal | 150 | 75 | 100 | 0 | 51 | 46 | 73 | 544 | 32 | 40 |
| Binary | 1101000 | 111101 | 1000000 | 0 | 101001 | 100110 | 111011 | 101100100 | 11010 | 100000 |
Color Harmonies of #683D40
Complementary color
Monochromatic Colors of #683D40
Black with #683D40
Text Example
Text Example
White with #683D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D40; }
p { color: rgb(104,61,64); }
H1.HeaderClassName
{
color: #683D40;
}
.AnyTagClassName
{
color: #683D40;
}
</style>
background-color css
<style>
a { background-color: #683D40; }
a { background-color: rgb(104,61,64); }
div.DivClassName
{
background-color: #683D40;
}
.BgClassName
{
background-color: #683D40;
}
</style>
border-color css
<style>
span { border-color: #683D40; }
span { border-color: rgb(104,61,64); }
td.TdClassName
{
border-color: #683D40;
}
.TagClassName
{
border-color: #683D40;
}
</style>