Shades of Tosca #663D40
Tints of Tosca #663D40
RGB
CMYK
RGB Variations
Color information
#663D40 (or 0x663D40) is known color: Tosca. HEX triplet: 66, 3D and 40. RGB value is (102,61,64). Sum of RGB (Red+Green+Blue) = 102+61+64=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 102 - color contains mainly: red. Hex color #663D40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D40 is #99C2BF. Grayscale: #494949. Windows color (decimal): -10076864 or 4210022. OLE color: 4210022.
HSL color Cylindrical-coordinate representation of color #663D40: hue angle of 355.61º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #663D40 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 64 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.6 |
| HSL | 355.61º | 0.25% | 0.32% | - |
| HSV(B) | 355.61º | 0.4% | 0.4% | - |
| XYZ | 8.07 | 6.53 | 5.69 | - |
| YUV | 73.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 64 | 0 | 0.40 | 0.37 | 0.6 | 355.61 | 0.25 | 0.32 |
| Hex | 66 | 3D | 40 | 0 | 28 | 25 | 3C | 164 | 19 | 20 |
| Octal | 146 | 75 | 100 | 0 | 50 | 45 | 74 | 544 | 31 | 40 |
| Binary | 1100110 | 111101 | 1000000 | 0 | 101000 | 100101 | 111100 | 101100100 | 11001 | 100000 |
Color Harmonies of #663D40
Complementary color
Monochromatic Colors of #663D40
Black with #663D40
Text Example
Text Example
White with #663D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D40; }
p { color: rgb(102,61,64); }
H1.HeaderClassName
{
color: #663D40;
}
.AnyTagClassName
{
color: #663D40;
}
</style>
background-color css
<style>
a { background-color: #663D40; }
a { background-color: rgb(102,61,64); }
div.DivClassName
{
background-color: #663D40;
}
.BgClassName
{
background-color: #663D40;
}
</style>
border-color css
<style>
span { border-color: #663D40; }
span { border-color: rgb(102,61,64); }
td.TdClassName
{
border-color: #663D40;
}
.TagClassName
{
border-color: #663D40;
}
</style>