Shades of Tosca #664546
Tints of Tosca #664546
RGB
CMYK
RGB Variations
Color information
#664546 (or 0x664546) is known color: Tosca. HEX triplet: 66, 45 and 46. RGB value is (102,69,70). Sum of RGB (Red+Green+Blue) = 102+69+70=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 70 (27.73% from 255 or 29.05% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #664546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664546 is #99BAB9. Grayscale: #4F4F4F. Windows color (decimal): -10074810 or 4605286. OLE color: 4605286.
HSL color Cylindrical-coordinate representation of color #664546: hue angle of 358.18º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #664546 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 69 | 70 | - |
| CMYK | 0 | 0.32 | 0.31 | 0.6 |
| HSL | 358.18º | 0.19% | 0.34% | - |
| HSV(B) | 358.18º | 0.32% | 0.4% | - |
| XYZ | 8.71 | 7.52 | 6.79 | - |
| YUV | 78.98 | 122.93 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 69 | 70 | 0 | 0.32 | 0.31 | 0.6 | 358.18 | 0.19 | 0.34 |
| Hex | 66 | 45 | 46 | 0 | 20 | 1F | 3C | 166 | 13 | 22 |
| Octal | 146 | 105 | 106 | 0 | 40 | 37 | 74 | 546 | 23 | 42 |
| Binary | 1100110 | 1000101 | 1000110 | 0 | 100000 | 11111 | 111100 | 101100110 | 10011 | 100010 |
Color Harmonies of #664546
Complementary color
Monochromatic Colors of #664546
Black with #664546
Text Example
Text Example
White with #664546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664546; }
p { color: rgb(102,69,70); }
H1.HeaderClassName
{
color: #664546;
}
.AnyTagClassName
{
color: #664546;
}
</style>
background-color css
<style>
a { background-color: #664546; }
a { background-color: rgb(102,69,70); }
div.DivClassName
{
background-color: #664546;
}
.BgClassName
{
background-color: #664546;
}
</style>
border-color css
<style>
span { border-color: #664546; }
span { border-color: rgb(102,69,70); }
td.TdClassName
{
border-color: #664546;
}
.TagClassName
{
border-color: #664546;
}
</style>