Shades of Tosca #644344
Tints of Tosca #644344
RGB
CMYK
RGB Variations
Color information
#644344 (or 0x644344) is known color: Tosca. HEX triplet: 64, 43 and 44. RGB value is (100,67,68). Sum of RGB (Red+Green+Blue) = 100+67+68=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 100 - color contains mainly: red. Hex color #644344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644344 is #9BBCBB. Grayscale: #4D4D4D. Windows color (decimal): -10206396 or 4473700. OLE color: 4473700.
HSL color Cylindrical-coordinate representation of color #644344: hue angle of 358.18º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #644344 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 67 | 68 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.61 |
| HSL | 358.18º | 0.2% | 0.33% | - |
| HSV(B) | 358.18º | 0.33% | 0.39% | - |
| XYZ | 8.31 | 7.14 | 6.41 | - |
| YUV | 76.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 67 | 68 | 0 | 0.33 | 0.32 | 0.61 | 358.18 | 0.2 | 0.33 |
| Hex | 64 | 43 | 44 | 0 | 21 | 20 | 3D | 166 | 14 | 21 |
| Octal | 144 | 103 | 104 | 0 | 41 | 40 | 75 | 546 | 24 | 41 |
| Binary | 1100100 | 1000011 | 1000100 | 0 | 100001 | 100000 | 111101 | 101100110 | 10100 | 100001 |
Color Harmonies of #644344
Complementary color
Monochromatic Colors of #644344
Black with #644344
Text Example
Text Example
White with #644344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644344; }
p { color: rgb(100,67,68); }
H1.HeaderClassName
{
color: #644344;
}
.AnyTagClassName
{
color: #644344;
}
</style>
background-color css
<style>
a { background-color: #644344; }
a { background-color: rgb(100,67,68); }
div.DivClassName
{
background-color: #644344;
}
.BgClassName
{
background-color: #644344;
}
</style>
border-color css
<style>
span { border-color: #644344; }
span { border-color: rgb(100,67,68); }
td.TdClassName
{
border-color: #644344;
}
.TagClassName
{
border-color: #644344;
}
</style>