Shades of Tosca #643F40
Tints of Tosca #643F40
RGB
CMYK
RGB Variations
Color information
#643F40 (or 0x643F40) is known color: Tosca. HEX triplet: 64, 3F and 40. RGB value is (100,63,64). Sum of RGB (Red+Green+Blue) = 100+63+64=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 63 (25% from 255 or 27.75% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 100 - color contains mainly: red. Hex color #643F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643F40 is #9BC0BF. Grayscale: #4A4A4A. Windows color (decimal): -10207424 or 4210532. OLE color: 4210532.
HSL color Cylindrical-coordinate representation of color #643F40: hue angle of 358.38º 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 #643F40 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 63 | 64 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.61 |
| HSL | 358.38º | 0.23% | 0.32% | - |
| HSV(B) | 358.38º | 0.37% | 0.39% | - |
| XYZ | 7.96 | 6.63 | 5.71 | - |
| YUV | 74.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 64 | 0 | 0.37 | 0.36 | 0.61 | 358.38 | 0.23 | 0.32 |
| Hex | 64 | 3F | 40 | 0 | 25 | 24 | 3D | 166 | 17 | 20 |
| Octal | 144 | 77 | 100 | 0 | 45 | 44 | 75 | 546 | 27 | 40 |
| Binary | 1100100 | 111111 | 1000000 | 0 | 100101 | 100100 | 111101 | 101100110 | 10111 | 100000 |
Color Harmonies of #643F40
Complementary color
Monochromatic Colors of #643F40
Black with #643F40
Text Example
Text Example
White with #643F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F40; }
p { color: rgb(100,63,64); }
H1.HeaderClassName
{
color: #643F40;
}
.AnyTagClassName
{
color: #643F40;
}
</style>
background-color css
<style>
a { background-color: #643F40; }
a { background-color: rgb(100,63,64); }
div.DivClassName
{
background-color: #643F40;
}
.BgClassName
{
background-color: #643F40;
}
</style>
border-color css
<style>
span { border-color: #643F40; }
span { border-color: rgb(100,63,64); }
td.TdClassName
{
border-color: #643F40;
}
.TagClassName
{
border-color: #643F40;
}
</style>