Shades of Tosca #664042
Tints of Tosca #664042
RGB
CMYK
RGB Variations
Color information
#664042 (or 0x664042) is known color: Tosca. HEX triplet: 66, 40 and 42. RGB value is (102,64,66). Sum of RGB (Red+Green+Blue) = 102+64+66=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #664042 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664042 is #99BFBD. Grayscale: #4B4B4B. Windows color (decimal): -10076094 or 4341862. OLE color: 4341862.
HSL color Cylindrical-coordinate representation of color #664042: hue angle of 356.84º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #664042 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 64 | 66 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.6 |
| HSL | 356.84º | 0.23% | 0.33% | - |
| HSV(B) | 356.84º | 0.37% | 0.4% | - |
| XYZ | 8.3 | 6.88 | 6.05 | - |
| YUV | 75.59 | 122.59 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 66 | 0 | 0.37 | 0.35 | 0.6 | 356.84 | 0.23 | 0.33 |
| Hex | 66 | 40 | 42 | 0 | 25 | 23 | 3C | 165 | 17 | 21 |
| Octal | 146 | 100 | 102 | 0 | 45 | 43 | 74 | 545 | 27 | 41 |
| Binary | 1100110 | 1000000 | 1000010 | 0 | 100101 | 100011 | 111100 | 101100101 | 10111 | 100001 |
Color Harmonies of #664042
Complementary color
Monochromatic Colors of #664042
Black with #664042
Text Example
Text Example
White with #664042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664042; }
p { color: rgb(102,64,66); }
H1.HeaderClassName
{
color: #664042;
}
.AnyTagClassName
{
color: #664042;
}
</style>
background-color css
<style>
a { background-color: #664042; }
a { background-color: rgb(102,64,66); }
div.DivClassName
{
background-color: #664042;
}
.BgClassName
{
background-color: #664042;
}
</style>
border-color css
<style>
span { border-color: #664042; }
span { border-color: rgb(102,64,66); }
td.TdClassName
{
border-color: #664042;
}
.TagClassName
{
border-color: #664042;
}
</style>