Shades of Tosca #643E3F
Tints of Tosca #643E3F
RGB
CMYK
RGB Variations
Color information
#643E3F (or 0x643E3F) is known color: Tosca. HEX triplet: 64, 3E and 3F. RGB value is (100,62,63). Sum of RGB (Red+Green+Blue) = 100+62+63=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #643E3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643E3F is #9BC1C0. Grayscale: #494949. Windows color (decimal): -10207681 or 4144740. OLE color: 4144740.
HSL color Cylindrical-coordinate representation of color #643E3F: hue angle of 358.42º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #643E3F is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 62 | 63 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.61 |
| HSL | 358.42º | 0.23% | 0.32% | - |
| HSV(B) | 358.42º | 0.38% | 0.39% | - |
| XYZ | 7.88 | 6.51 | 5.54 | - |
| YUV | 73.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 63 | 0 | 0.38 | 0.37 | 0.61 | 358.42 | 0.23 | 0.32 |
| Hex | 64 | 3E | 3F | 0 | 26 | 25 | 3D | 166 | 17 | 20 |
| Octal | 144 | 76 | 77 | 0 | 46 | 45 | 75 | 546 | 27 | 40 |
| Binary | 1100100 | 111110 | 111111 | 0 | 100110 | 100101 | 111101 | 101100110 | 10111 | 100000 |
Color Harmonies of #643E3F
Complementary color
Monochromatic Colors of #643E3F
Black with #643E3F
Text Example
Text Example
White with #643E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643E3F; }
p { color: rgb(100,62,63); }
H1.HeaderClassName
{
color: #643E3F;
}
.AnyTagClassName
{
color: #643E3F;
}
</style>
background-color css
<style>
a { background-color: #643E3F; }
a { background-color: rgb(100,62,63); }
div.DivClassName
{
background-color: #643E3F;
}
.BgClassName
{
background-color: #643E3F;
}
</style>
border-color css
<style>
span { border-color: #643E3F; }
span { border-color: rgb(100,62,63); }
td.TdClassName
{
border-color: #643E3F;
}
.TagClassName
{
border-color: #643E3F;
}
</style>