Shades of Tosca #673D40
Tints of Tosca #673D40
RGB
CMYK
RGB Variations
Color information
#673D40 (or 0x673D40) is known color: Tosca. HEX triplet: 67, 3D and 40. RGB value is (103,61,64). Sum of RGB (Red+Green+Blue) = 103+61+64=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 103 - color contains mainly: red. Hex color #673D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673D40 is #98C2BF. Grayscale: #494949. Windows color (decimal): -10011328 or 4210023. OLE color: 4210023.
HSL color Cylindrical-coordinate representation of color #673D40: hue angle of 355.71º 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 #673D40 is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 61 | 64 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.60 |
| HSL | 355.71º | 0.26% | 0.32% | - |
| HSV(B) | 355.71º | 0.41% | 0.4% | - |
| XYZ | 8.19 | 6.59 | 5.69 | - |
| YUV | 73.9 | 122.41 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 64 | 0 | 0.41 | 0.38 | 0.60 | 355.71 | 0.26 | 0.32 |
| Hex | 67 | 3D | 40 | 0 | 29 | 26 | 3C | 164 | 1A | 20 |
| Octal | 147 | 75 | 100 | 0 | 51 | 46 | 74 | 544 | 32 | 40 |
| Binary | 1100111 | 111101 | 1000000 | 0 | 101001 | 100110 | 111100 | 101100100 | 11010 | 100000 |
Color Harmonies of #673D40
Complementary color
Monochromatic Colors of #673D40
Black with #673D40
Text Example
Text Example
White with #673D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D40; }
p { color: rgb(103,61,64); }
H1.HeaderClassName
{
color: #673D40;
}
.AnyTagClassName
{
color: #673D40;
}
</style>
background-color css
<style>
a { background-color: #673D40; }
a { background-color: rgb(103,61,64); }
div.DivClassName
{
background-color: #673D40;
}
.BgClassName
{
background-color: #673D40;
}
</style>
border-color css
<style>
span { border-color: #673D40; }
span { border-color: rgb(103,61,64); }
td.TdClassName
{
border-color: #673D40;
}
.TagClassName
{
border-color: #673D40;
}
</style>