Shades of Tosca #664243
Tints of Tosca #664243
RGB
CMYK
RGB Variations
Color information
#664243 (or 0x664243) is known color: Tosca. HEX triplet: 66, 42 and 43. RGB value is (102,66,67). Sum of RGB (Red+Green+Blue) = 102+66+67=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #664243 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664243 is #99BDBC. Grayscale: #4C4C4C. Windows color (decimal): -10075581 or 4407910. OLE color: 4407910.
HSL color Cylindrical-coordinate representation of color #664243: hue angle of 358.33º 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 #664243 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 67 | - |
| CMYK | 0 | 0.35 | 0.34 | 0.6 |
| HSL | 358.33º | 0.21% | 0.33% | - |
| HSV(B) | 358.33º | 0.35% | 0.4% | - |
| XYZ | 8.44 | 7.13 | 6.24 | - |
| YUV | 76.88 | 122.43 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 67 | 0 | 0.35 | 0.34 | 0.6 | 358.33 | 0.21 | 0.33 |
| Hex | 66 | 42 | 43 | 0 | 23 | 22 | 3C | 166 | 15 | 21 |
| Octal | 146 | 102 | 103 | 0 | 43 | 42 | 74 | 546 | 25 | 41 |
| Binary | 1100110 | 1000010 | 1000011 | 0 | 100011 | 100010 | 111100 | 101100110 | 10101 | 100001 |
Color Harmonies of #664243
Complementary color
Monochromatic Colors of #664243
Black with #664243
Text Example
Text Example
White with #664243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664243; }
p { color: rgb(102,66,67); }
H1.HeaderClassName
{
color: #664243;
}
.AnyTagClassName
{
color: #664243;
}
</style>
background-color css
<style>
a { background-color: #664243; }
a { background-color: rgb(102,66,67); }
div.DivClassName
{
background-color: #664243;
}
.BgClassName
{
background-color: #664243;
}
</style>
border-color css
<style>
span { border-color: #664243; }
span { border-color: rgb(102,66,67); }
td.TdClassName
{
border-color: #664243;
}
.TagClassName
{
border-color: #664243;
}
</style>