Shades of Tosca #664142
Tints of Tosca #664142
RGB
CMYK
RGB Variations
Color information
#664142 (or 0x664142) is known color: Tosca. HEX triplet: 66, 41 and 42. RGB value is (102,65,66). Sum of RGB (Red+Green+Blue) = 102+65+66=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 65 (25.78% from 255 or 27.90% from 233); Blue value is 66 (26.17% from 255 or 28.33% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #664142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664142 is #99BEBD. Grayscale: #4C4C4C. Windows color (decimal): -10075838 or 4342118. OLE color: 4342118.
HSL color Cylindrical-coordinate representation of color #664142: hue angle of 358.38º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #664142 is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 65 | 66 | - |
| CMYK | 0 | 0.36 | 0.35 | 0.6 |
| HSL | 358.38º | 0.22% | 0.33% | - |
| HSV(B) | 358.38º | 0.36% | 0.4% | - |
| XYZ | 8.35 | 7 | 6.06 | - |
| YUV | 76.18 | 122.26 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 66 | 0 | 0.36 | 0.35 | 0.6 | 358.38 | 0.22 | 0.33 |
| Hex | 66 | 41 | 42 | 0 | 24 | 23 | 3C | 166 | 16 | 21 |
| Octal | 146 | 101 | 102 | 0 | 44 | 43 | 74 | 546 | 26 | 41 |
| Binary | 1100110 | 1000001 | 1000010 | 0 | 100100 | 100011 | 111100 | 101100110 | 10110 | 100001 |
Color Harmonies of #664142
Complementary color
Monochromatic Colors of #664142
Black with #664142
Text Example
Text Example
White with #664142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664142; }
p { color: rgb(102,65,66); }
H1.HeaderClassName
{
color: #664142;
}
.AnyTagClassName
{
color: #664142;
}
</style>
background-color css
<style>
a { background-color: #664142; }
a { background-color: rgb(102,65,66); }
div.DivClassName
{
background-color: #664142;
}
.BgClassName
{
background-color: #664142;
}
</style>
border-color css
<style>
span { border-color: #664142; }
span { border-color: rgb(102,65,66); }
td.TdClassName
{
border-color: #664142;
}
.TagClassName
{
border-color: #664142;
}
</style>