Shades of Tosca #664445
Tints of Tosca #664445
RGB
CMYK
RGB Variations
Color information
#664445 (or 0x664445) is known color: Tosca. HEX triplet: 66, 44 and 45. RGB value is (102,68,69). Sum of RGB (Red+Green+Blue) = 102+68+69=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 68 (26.95% from 255 or 28.45% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #664445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664445 is #99BBBA. Grayscale: #4E4E4E. Windows color (decimal): -10075067 or 4539494. OLE color: 4539494.
HSL color Cylindrical-coordinate representation of color #664445: hue angle of 358.24º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #664445 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 68 | 69 | - |
| CMYK | 0 | 0.33 | 0.32 | 0.6 |
| HSL | 358.24º | 0.2% | 0.33% | - |
| HSV(B) | 358.24º | 0.33% | 0.4% | - |
| XYZ | 8.62 | 7.39 | 6.6 | - |
| YUV | 78.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 69 | 0 | 0.33 | 0.32 | 0.6 | 358.24 | 0.2 | 0.33 |
| Hex | 66 | 44 | 45 | 0 | 21 | 20 | 3C | 166 | 14 | 21 |
| Octal | 146 | 104 | 105 | 0 | 41 | 40 | 74 | 546 | 24 | 41 |
| Binary | 1100110 | 1000100 | 1000101 | 0 | 100001 | 100000 | 111100 | 101100110 | 10100 | 100001 |
Color Harmonies of #664445
Complementary color
Monochromatic Colors of #664445
Black with #664445
Text Example
Text Example
White with #664445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664445; }
p { color: rgb(102,68,69); }
H1.HeaderClassName
{
color: #664445;
}
.AnyTagClassName
{
color: #664445;
}
</style>
background-color css
<style>
a { background-color: #664445; }
a { background-color: rgb(102,68,69); }
div.DivClassName
{
background-color: #664445;
}
.BgClassName
{
background-color: #664445;
}
</style>
border-color css
<style>
span { border-color: #664445; }
span { border-color: rgb(102,68,69); }
td.TdClassName
{
border-color: #664445;
}
.TagClassName
{
border-color: #664445;
}
</style>