Shades of Tosca #663E40
Tints of Tosca #663E40
RGB
CMYK
RGB Variations
Color information
#663E40 (or 0x663E40) is known color: Tosca. HEX triplet: 66, 3E and 40. RGB value is (102,62,64). Sum of RGB (Red+Green+Blue) = 102+62+64=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 62 (24.61% from 255 or 27.19% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #663E40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663E40 is #99C1BF. Grayscale: #4A4A4A. Windows color (decimal): -10076608 or 4210278. OLE color: 4210278.
HSL color Cylindrical-coordinate representation of color #663E40: hue angle of 357º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #663E40 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 62 | 64 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.6 |
| HSL | 357º | 0.24% | 0.32% | - |
| HSV(B) | 357º | 0.39% | 0.4% | - |
| XYZ | 8.13 | 6.64 | 5.7 | - |
| YUV | 74.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 64 | 0 | 0.39 | 0.37 | 0.6 | 357 | 0.24 | 0.32 |
| Hex | 66 | 3E | 40 | 0 | 27 | 25 | 3C | 165 | 18 | 20 |
| Octal | 146 | 76 | 100 | 0 | 47 | 45 | 74 | 545 | 30 | 40 |
| Binary | 1100110 | 111110 | 1000000 | 0 | 100111 | 100101 | 111100 | 101100101 | 11000 | 100000 |
Color Harmonies of #663E40
Complementary color
Monochromatic Colors of #663E40
Black with #663E40
Text Example
Text Example
White with #663E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663E40; }
p { color: rgb(102,62,64); }
H1.HeaderClassName
{
color: #663E40;
}
.AnyTagClassName
{
color: #663E40;
}
</style>
background-color css
<style>
a { background-color: #663E40; }
a { background-color: rgb(102,62,64); }
div.DivClassName
{
background-color: #663E40;
}
.BgClassName
{
background-color: #663E40;
}
</style>
border-color css
<style>
span { border-color: #663E40; }
span { border-color: rgb(102,62,64); }
td.TdClassName
{
border-color: #663E40;
}
.TagClassName
{
border-color: #663E40;
}
</style>