Shades of Tosca #664245
Tints of Tosca #664245
RGB
CMYK
RGB Variations
Color information
#664245 (or 0x664245) is known color: Tosca. HEX triplet: 66, 42 and 45. RGB value is (102,66,69). Sum of RGB (Red+Green+Blue) = 102+66+69=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 66 (26.17% from 255 or 27.85% from 237); Blue value is 69 (27.34% from 255 or 29.11% from 237); Max value from RGB is 102 - color contains mainly: red. Hex color #664245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664245 is #99BDBA. Grayscale: #4D4D4D. Windows color (decimal): -10075579 or 4538982. OLE color: 4538982.
HSL color Cylindrical-coordinate representation of color #664245: hue angle of 355º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #664245 is Cyan = 0, Magento = 0.35, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 69 | - |
| CMYK | 0 | 0.35 | 0.32 | 0.6 |
| HSL | 355º | 0.21% | 0.33% | - |
| HSV(B) | 355º | 0.35% | 0.4% | - |
| XYZ | 8.5 | 7.15 | 6.56 | - |
| YUV | 77.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 69 | 0 | 0.35 | 0.32 | 0.6 | 355 | 0.21 | 0.33 |
| Hex | 66 | 42 | 45 | 0 | 23 | 20 | 3C | 163 | 15 | 21 |
| Octal | 146 | 102 | 105 | 0 | 43 | 40 | 74 | 543 | 25 | 41 |
| Binary | 1100110 | 1000010 | 1000101 | 0 | 100011 | 100000 | 111100 | 101100011 | 10101 | 100001 |
Color Harmonies of #664245
Complementary color
Monochromatic Colors of #664245
Black with #664245
Text Example
Text Example
White with #664245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664245; }
p { color: rgb(102,66,69); }
H1.HeaderClassName
{
color: #664245;
}
.AnyTagClassName
{
color: #664245;
}
</style>
background-color css
<style>
a { background-color: #664245; }
a { background-color: rgb(102,66,69); }
div.DivClassName
{
background-color: #664245;
}
.BgClassName
{
background-color: #664245;
}
</style>
border-color css
<style>
span { border-color: #664245; }
span { border-color: rgb(102,66,69); }
td.TdClassName
{
border-color: #664245;
}
.TagClassName
{
border-color: #664245;
}
</style>