Shades of Tosca #683D3E
Tints of Tosca #683D3E
RGB
CMYK
RGB Variations
Color information
#683D3E (or 0x683D3E) is known color: Tosca. HEX triplet: 68, 3D and 3E. RGB value is (104,61,62). Sum of RGB (Red+Green+Blue) = 104+61+62=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 62 (24.61% from 255 or 27.31% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #683D3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D3E is #97C2C1. Grayscale: #4A4A4A. Windows color (decimal): -9945794 or 4078952. OLE color: 4078952.
HSL color Cylindrical-coordinate representation of color #683D3E: hue angle of 358.6º 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 #683D3E is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 62 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.59 |
| HSL | 358.6º | 0.26% | 0.32% | - |
| HSV(B) | 358.6º | 0.41% | 0.41% | - |
| XYZ | 8.25 | 6.63 | 5.4 | - |
| YUV | 73.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 62 | 0 | 0.41 | 0.40 | 0.59 | 358.6 | 0.26 | 0.32 |
| Hex | 68 | 3D | 3E | 0 | 29 | 28 | 3B | 167 | 1A | 20 |
| Octal | 150 | 75 | 76 | 0 | 51 | 50 | 73 | 547 | 32 | 40 |
| Binary | 1101000 | 111101 | 111110 | 0 | 101001 | 101000 | 111011 | 101100111 | 11010 | 100000 |
Color Harmonies of #683D3E
Complementary color
Monochromatic Colors of #683D3E
Black with #683D3E
Text Example
Text Example
White with #683D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D3E; }
p { color: rgb(104,61,62); }
H1.HeaderClassName
{
color: #683D3E;
}
.AnyTagClassName
{
color: #683D3E;
}
</style>
background-color css
<style>
a { background-color: #683D3E; }
a { background-color: rgb(104,61,62); }
div.DivClassName
{
background-color: #683D3E;
}
.BgClassName
{
background-color: #683D3E;
}
</style>
border-color css
<style>
span { border-color: #683D3E; }
span { border-color: rgb(104,61,62); }
td.TdClassName
{
border-color: #683D3E;
}
.TagClassName
{
border-color: #683D3E;
}
</style>