Shades of Tosca #643C3D
Tints of Tosca #643C3D
RGB
CMYK
RGB Variations
Color information
#643C3D (or 0x643C3D) is known color: Tosca. HEX triplet: 64, 3C and 3D. RGB value is (100,60,61). Sum of RGB (Red+Green+Blue) = 100+60+61=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 60 (23.83% from 255 or 27.15% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 100 - color contains mainly: red. Hex color #643C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C3D is #9BC3C2. Grayscale: #484848. Windows color (decimal): -10208195 or 4013156. OLE color: 4013156.
HSL color Cylindrical-coordinate representation of color #643C3D: hue angle of 358.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #643C3D is Cyan = 0, Magento = 0.4, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 60 | 61 | - |
| CMYK | 0 | 0.4 | 0.39 | 0.61 |
| HSL | 358.5º | 0.25% | 0.31% | - |
| HSV(B) | 358.5º | 0.4% | 0.39% | - |
| XYZ | 7.71 | 6.28 | 5.22 | - |
| YUV | 72.07 | 121.75 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 61 | 0 | 0.4 | 0.39 | 0.61 | 358.5 | 0.25 | 0.31 |
| Hex | 64 | 3C | 3D | 0 | 28 | 27 | 3D | 166 | 19 | 1F |
| Octal | 144 | 74 | 75 | 0 | 50 | 47 | 75 | 546 | 31 | 37 |
| Binary | 1100100 | 111100 | 111101 | 0 | 101000 | 100111 | 111101 | 101100110 | 11001 | 11111 |
Color Harmonies of #643C3D
Complementary color
Monochromatic Colors of #643C3D
Black with #643C3D
Text Example
Text Example
White with #643C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C3D; }
p { color: rgb(100,60,61); }
H1.HeaderClassName
{
color: #643C3D;
}
.AnyTagClassName
{
color: #643C3D;
}
</style>
background-color css
<style>
a { background-color: #643C3D; }
a { background-color: rgb(100,60,61); }
div.DivClassName
{
background-color: #643C3D;
}
.BgClassName
{
background-color: #643C3D;
}
</style>
border-color css
<style>
span { border-color: #643C3D; }
span { border-color: rgb(100,60,61); }
td.TdClassName
{
border-color: #643C3D;
}
.TagClassName
{
border-color: #643C3D;
}
</style>