Shades of Tosca #644145
Tints of Tosca #644145
RGB
CMYK
RGB Variations
Color information
#644145 (or 0x644145) is known color: Tosca. HEX triplet: 64, 41 and 45. RGB value is (100,65,69). Sum of RGB (Red+Green+Blue) = 100+65+69=234 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.74% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 69 (27.34% from 255 or 29.49% from 234); Max value from RGB is 100 - color contains mainly: red. Hex color #644145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644145 is #9BBEBA. Grayscale: #4B4B4B. Windows color (decimal): -10206907 or 4538724. OLE color: 4538724.
HSL color Cylindrical-coordinate representation of color #644145: hue angle of 353.14º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #644145 is Cyan = 0, Magento = 0.35, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 65 | 69 | - |
| CMYK | 0 | 0.35 | 0.31 | 0.61 |
| HSL | 353.14º | 0.21% | 0.32% | - |
| HSV(B) | 353.14º | 0.35% | 0.39% | - |
| XYZ | 8.22 | 6.92 | 6.53 | - |
| YUV | 75.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 69 | 0 | 0.35 | 0.31 | 0.61 | 353.14 | 0.21 | 0.32 |
| Hex | 64 | 41 | 45 | 0 | 23 | 1F | 3D | 161 | 15 | 20 |
| Octal | 144 | 101 | 105 | 0 | 43 | 37 | 75 | 541 | 25 | 40 |
| Binary | 1100100 | 1000001 | 1000101 | 0 | 100011 | 11111 | 111101 | 101100001 | 10101 | 100000 |
Color Harmonies of #644145
Complementary color
Monochromatic Colors of #644145
Black with #644145
Text Example
Text Example
White with #644145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644145; }
p { color: rgb(100,65,69); }
H1.HeaderClassName
{
color: #644145;
}
.AnyTagClassName
{
color: #644145;
}
</style>
background-color css
<style>
a { background-color: #644145; }
a { background-color: rgb(100,65,69); }
div.DivClassName
{
background-color: #644145;
}
.BgClassName
{
background-color: #644145;
}
</style>
border-color css
<style>
span { border-color: #644145; }
span { border-color: rgb(100,65,69); }
td.TdClassName
{
border-color: #644145;
}
.TagClassName
{
border-color: #644145;
}
</style>