Shades of Tosca #673D43
Tints of Tosca #673D43
RGB
CMYK
RGB Variations
Color information
#673D43 (or 0x673D43) is known color: Tosca. HEX triplet: 67, 3D and 43. RGB value is (103,61,67). Sum of RGB (Red+Green+Blue) = 103+61+67=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 61 (24.22% from 255 or 26.41% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 103 - color contains mainly: red. Hex color #673D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673D43 is #98C2BC. Grayscale: #4A4A4A. Windows color (decimal): -10011325 or 4406631. OLE color: 4406631.
HSL color Cylindrical-coordinate representation of color #673D43: hue angle of 351.43º 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 #673D43 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 61 | 67 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.60 |
| HSL | 351.43º | 0.26% | 0.32% | - |
| HSV(B) | 351.43º | 0.41% | 0.4% | - |
| XYZ | 8.28 | 6.63 | 6.15 | - |
| YUV | 74.24 | 123.91 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 67 | 0 | 0.41 | 0.35 | 0.60 | 351.43 | 0.26 | 0.32 |
| Hex | 67 | 3D | 43 | 0 | 29 | 23 | 3C | 15F | 1A | 20 |
| Octal | 147 | 75 | 103 | 0 | 51 | 43 | 74 | 537 | 32 | 40 |
| Binary | 1100111 | 111101 | 1000011 | 0 | 101001 | 100011 | 111100 | 101011111 | 11010 | 100000 |
Color Harmonies of #673D43
Complementary color
Monochromatic Colors of #673D43
Black with #673D43
Text Example
Text Example
White with #673D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D43; }
p { color: rgb(103,61,67); }
H1.HeaderClassName
{
color: #673D43;
}
.AnyTagClassName
{
color: #673D43;
}
</style>
background-color css
<style>
a { background-color: #673D43; }
a { background-color: rgb(103,61,67); }
div.DivClassName
{
background-color: #673D43;
}
.BgClassName
{
background-color: #673D43;
}
</style>
border-color css
<style>
span { border-color: #673D43; }
span { border-color: rgb(103,61,67); }
td.TdClassName
{
border-color: #673D43;
}
.TagClassName
{
border-color: #673D43;
}
</style>