Shades of Tosca #663C3D
Tints of Tosca #663C3D
RGB
CMYK
RGB Variations
Color information
#663C3D (or 0x663C3D) is known color: Tosca. HEX triplet: 66, 3C and 3D. RGB value is (102,60,61). Sum of RGB (Red+Green+Blue) = 102+60+61=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #663C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663C3D is #99C3C2. Grayscale: #484848. Windows color (decimal): -10077123 or 4013158. OLE color: 4013158.
HSL color Cylindrical-coordinate representation of color #663C3D: hue angle of 358.57º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #663C3D is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 60 | 61 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.6 |
| HSL | 358.57º | 0.26% | 0.32% | - |
| HSV(B) | 358.57º | 0.41% | 0.4% | - |
| XYZ | 7.94 | 6.39 | 5.23 | - |
| YUV | 72.67 | 121.41 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 60 | 61 | 0 | 0.41 | 0.40 | 0.6 | 358.57 | 0.26 | 0.32 |
| Hex | 66 | 3C | 3D | 0 | 29 | 28 | 3C | 167 | 1A | 20 |
| Octal | 146 | 74 | 75 | 0 | 51 | 50 | 74 | 547 | 32 | 40 |
| Binary | 1100110 | 111100 | 111101 | 0 | 101001 | 101000 | 111100 | 101100111 | 11010 | 100000 |
Color Harmonies of #663C3D
Complementary color
Monochromatic Colors of #663C3D
Black with #663C3D
Text Example
Text Example
White with #663C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663C3D; }
p { color: rgb(102,60,61); }
H1.HeaderClassName
{
color: #663C3D;
}
.AnyTagClassName
{
color: #663C3D;
}
</style>
background-color css
<style>
a { background-color: #663C3D; }
a { background-color: rgb(102,60,61); }
div.DivClassName
{
background-color: #663C3D;
}
.BgClassName
{
background-color: #663C3D;
}
</style>
border-color css
<style>
span { border-color: #663C3D; }
span { border-color: rgb(102,60,61); }
td.TdClassName
{
border-color: #663C3D;
}
.TagClassName
{
border-color: #663C3D;
}
</style>