Shades of Tosca #673D41
Tints of Tosca #673D41
RGB
CMYK
RGB Variations
Color information
#673D41 (or 0x673D41) is known color: Tosca. HEX triplet: 67, 3D and 41. RGB value is (103,61,65). Sum of RGB (Red+Green+Blue) = 103+61+65=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 65 (25.78% from 255 or 28.38% from 229); Max value from RGB is 103 - color contains mainly: red. Hex color #673D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673D41 is #98C2BE. Grayscale: #4A4A4A. Windows color (decimal): -10011327 or 4275559. OLE color: 4275559.
HSL color Cylindrical-coordinate representation of color #673D41: hue angle of 354.29º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #673D41 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 61 | 65 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.60 |
| HSL | 354.29º | 0.26% | 0.32% | - |
| HSV(B) | 354.29º | 0.41% | 0.4% | - |
| XYZ | 8.22 | 6.6 | 5.84 | - |
| YUV | 74.01 | 122.91 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 65 | 0 | 0.41 | 0.37 | 0.60 | 354.29 | 0.26 | 0.32 |
| Hex | 67 | 3D | 41 | 0 | 29 | 25 | 3C | 162 | 1A | 20 |
| Octal | 147 | 75 | 101 | 0 | 51 | 45 | 74 | 542 | 32 | 40 |
| Binary | 1100111 | 111101 | 1000001 | 0 | 101001 | 100101 | 111100 | 101100010 | 11010 | 100000 |
Color Harmonies of #673D41
Complementary color
Monochromatic Colors of #673D41
Black with #673D41
Text Example
Text Example
White with #673D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D41; }
p { color: rgb(103,61,65); }
H1.HeaderClassName
{
color: #673D41;
}
.AnyTagClassName
{
color: #673D41;
}
</style>
background-color css
<style>
a { background-color: #673D41; }
a { background-color: rgb(103,61,65); }
div.DivClassName
{
background-color: #673D41;
}
.BgClassName
{
background-color: #673D41;
}
</style>
border-color css
<style>
span { border-color: #673D41; }
span { border-color: rgb(103,61,65); }
td.TdClassName
{
border-color: #673D41;
}
.TagClassName
{
border-color: #673D41;
}
</style>