Shades of Tosca #673C3D
Tints of Tosca #673C3D
RGB
CMYK
RGB Variations
Color information
#673C3D (or 0x673C3D) is known color: Tosca. HEX triplet: 67, 3C and 3D. RGB value is (103,60,61). Sum of RGB (Red+Green+Blue) = 103+60+61=224 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.98% from 224); Green value is 60 (23.83% from 255 or 26.79% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 103 - color contains mainly: red. Hex color #673C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673C3D is #98C3C2. Grayscale: #494949. Windows color (decimal): -10011587 or 4013159. OLE color: 4013159.
HSL color Cylindrical-coordinate representation of color #673C3D: hue angle of 358.6º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #673C3D is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 60 | 61 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.60 |
| HSL | 358.6º | 0.26% | 0.32% | - |
| HSV(B) | 358.6º | 0.42% | 0.4% | - |
| XYZ | 8.05 | 6.45 | 5.24 | - |
| YUV | 72.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 61 | 0 | 0.42 | 0.41 | 0.60 | 358.6 | 0.26 | 0.32 |
| Hex | 67 | 3C | 3D | 0 | 2A | 29 | 3C | 167 | 1A | 20 |
| Octal | 147 | 74 | 75 | 0 | 52 | 51 | 74 | 547 | 32 | 40 |
| Binary | 1100111 | 111100 | 111101 | 0 | 101010 | 101001 | 111100 | 101100111 | 11010 | 100000 |
Color Harmonies of #673C3D
Complementary color
Monochromatic Colors of #673C3D
Black with #673C3D
Text Example
Text Example
White with #673C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673C3D; }
p { color: rgb(103,60,61); }
H1.HeaderClassName
{
color: #673C3D;
}
.AnyTagClassName
{
color: #673C3D;
}
</style>
background-color css
<style>
a { background-color: #673C3D; }
a { background-color: rgb(103,60,61); }
div.DivClassName
{
background-color: #673C3D;
}
.BgClassName
{
background-color: #673C3D;
}
</style>
border-color css
<style>
span { border-color: #673C3D; }
span { border-color: rgb(103,60,61); }
td.TdClassName
{
border-color: #673C3D;
}
.TagClassName
{
border-color: #673C3D;
}
</style>