Shades of Tosca #643F42
Tints of Tosca #643F42
RGB
CMYK
RGB Variations
Color information
#643F42 (or 0x643F42) is known color: Tosca. HEX triplet: 64, 3F and 42. RGB value is (100,63,66). Sum of RGB (Red+Green+Blue) = 100+63+66=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 100 - color contains mainly: red. Hex color #643F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643F42 is #9BC0BD. Grayscale: #4A4A4A. Windows color (decimal): -10207422 or 4341604. OLE color: 4341604.
HSL color Cylindrical-coordinate representation of color #643F42: hue angle of 355.14º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #643F42 is Cyan = 0, Magento = 0.37, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 63 | 66 | - |
| CMYK | 0 | 0.37 | 0.34 | 0.61 |
| HSL | 355.14º | 0.23% | 0.32% | - |
| HSV(B) | 355.14º | 0.37% | 0.39% | - |
| XYZ | 8.02 | 6.66 | 6.02 | - |
| YUV | 74.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 66 | 0 | 0.37 | 0.34 | 0.61 | 355.14 | 0.23 | 0.32 |
| Hex | 64 | 3F | 42 | 0 | 25 | 22 | 3D | 163 | 17 | 20 |
| Octal | 144 | 77 | 102 | 0 | 45 | 42 | 75 | 543 | 27 | 40 |
| Binary | 1100100 | 111111 | 1000010 | 0 | 100101 | 100010 | 111101 | 101100011 | 10111 | 100000 |
Color Harmonies of #643F42
Complementary color
Monochromatic Colors of #643F42
Black with #643F42
Text Example
Text Example
White with #643F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F42; }
p { color: rgb(100,63,66); }
H1.HeaderClassName
{
color: #643F42;
}
.AnyTagClassName
{
color: #643F42;
}
</style>
background-color css
<style>
a { background-color: #643F42; }
a { background-color: rgb(100,63,66); }
div.DivClassName
{
background-color: #643F42;
}
.BgClassName
{
background-color: #643F42;
}
</style>
border-color css
<style>
span { border-color: #643F42; }
span { border-color: rgb(100,63,66); }
td.TdClassName
{
border-color: #643F42;
}
.TagClassName
{
border-color: #643F42;
}
</style>