Shades of Tosca #664345
Tints of Tosca #664345
RGB
CMYK
RGB Variations
Color information
#664345 (or 0x664345) is known color: Tosca. HEX triplet: 66, 43 and 45. RGB value is (102,67,69). Sum of RGB (Red+Green+Blue) = 102+67+69=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 67 (26.56% from 255 or 28.15% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #664345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664345 is #99BCBA. Grayscale: #4D4D4D. Windows color (decimal): -10075323 or 4539238. OLE color: 4539238.
HSL color Cylindrical-coordinate representation of color #664345: hue angle of 356.57º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #664345 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 67 | 69 | - |
| CMYK | 0 | 0.34 | 0.32 | 0.6 |
| HSL | 356.57º | 0.21% | 0.33% | - |
| HSV(B) | 356.57º | 0.34% | 0.4% | - |
| XYZ | 8.56 | 7.27 | 6.58 | - |
| YUV | 77.69 | 123.1 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 67 | 69 | 0 | 0.34 | 0.32 | 0.6 | 356.57 | 0.21 | 0.33 |
| Hex | 66 | 43 | 45 | 0 | 22 | 20 | 3C | 165 | 15 | 21 |
| Octal | 146 | 103 | 105 | 0 | 42 | 40 | 74 | 545 | 25 | 41 |
| Binary | 1100110 | 1000011 | 1000101 | 0 | 100010 | 100000 | 111100 | 101100101 | 10101 | 100001 |
Color Harmonies of #664345
Complementary color
Monochromatic Colors of #664345
Black with #664345
Text Example
Text Example
White with #664345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664345; }
p { color: rgb(102,67,69); }
H1.HeaderClassName
{
color: #664345;
}
.AnyTagClassName
{
color: #664345;
}
</style>
background-color css
<style>
a { background-color: #664345; }
a { background-color: rgb(102,67,69); }
div.DivClassName
{
background-color: #664345;
}
.BgClassName
{
background-color: #664345;
}
</style>
border-color css
<style>
span { border-color: #664345; }
span { border-color: rgb(102,67,69); }
td.TdClassName
{
border-color: #664345;
}
.TagClassName
{
border-color: #664345;
}
</style>