Shades of Tosca #683D41
Tints of Tosca #683D41
RGB
CMYK
RGB Variations
Color information
#683D41 (or 0x683D41) is known color: Tosca. HEX triplet: 68, 3D and 41. RGB value is (104,61,65). Sum of RGB (Red+Green+Blue) = 104+61+65=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 61 (24.22% from 255 or 26.52% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #683D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683D41 is #97C2BE. Grayscale: #4A4A4A. Windows color (decimal): -9945791 or 4275560. OLE color: 4275560.
HSL color Cylindrical-coordinate representation of color #683D41: hue angle of 354.42º 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 #683D41 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 61 | 65 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.59 |
| HSL | 354.42º | 0.26% | 0.32% | - |
| HSV(B) | 354.42º | 0.41% | 0.41% | - |
| XYZ | 8.33 | 6.66 | 5.85 | - |
| YUV | 74.31 | 122.75 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 61 | 65 | 0 | 0.41 | 0.38 | 0.59 | 354.42 | 0.26 | 0.32 |
| Hex | 68 | 3D | 41 | 0 | 29 | 26 | 3B | 162 | 1A | 20 |
| Octal | 150 | 75 | 101 | 0 | 51 | 46 | 73 | 542 | 32 | 40 |
| Binary | 1101000 | 111101 | 1000001 | 0 | 101001 | 100110 | 111011 | 101100010 | 11010 | 100000 |
Color Harmonies of #683D41
Complementary color
Monochromatic Colors of #683D41
Black with #683D41
Text Example
Text Example
White with #683D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683D41; }
p { color: rgb(104,61,65); }
H1.HeaderClassName
{
color: #683D41;
}
.AnyTagClassName
{
color: #683D41;
}
</style>
background-color css
<style>
a { background-color: #683D41; }
a { background-color: rgb(104,61,65); }
div.DivClassName
{
background-color: #683D41;
}
.BgClassName
{
background-color: #683D41;
}
</style>
border-color css
<style>
span { border-color: #683D41; }
span { border-color: rgb(104,61,65); }
td.TdClassName
{
border-color: #683D41;
}
.TagClassName
{
border-color: #683D41;
}
</style>