Shades of Tosca #663B3C
Tints of Tosca #663B3C
RGB
CMYK
RGB Variations
Color information
#663B3C (or 0x663B3C) is known color: Tosca. HEX triplet: 66, 3B and 3C. RGB value is (102,59,60). Sum of RGB (Red+Green+Blue) = 102+59+60=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 60 (23.83% from 255 or 27.15% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #663B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663B3C is #99C4C3. Grayscale: #484848. Windows color (decimal): -10077380 or 3947366. OLE color: 3947366.
HSL color Cylindrical-coordinate representation of color #663B3C: hue angle of 358.6º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #663B3C is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 59 | 60 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.6 |
| HSL | 358.6º | 0.27% | 0.32% | - |
| HSV(B) | 358.6º | 0.42% | 0.4% | - |
| XYZ | 7.86 | 6.28 | 5.07 | - |
| YUV | 71.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 59 | 60 | 0 | 0.42 | 0.41 | 0.6 | 358.6 | 0.27 | 0.32 |
| Hex | 66 | 3B | 3C | 0 | 2A | 29 | 3C | 167 | 1B | 20 |
| Octal | 146 | 73 | 74 | 0 | 52 | 51 | 74 | 547 | 33 | 40 |
| Binary | 1100110 | 111011 | 111100 | 0 | 101010 | 101001 | 111100 | 101100111 | 11011 | 100000 |
Color Harmonies of #663B3C
Complementary color
Monochromatic Colors of #663B3C
Black with #663B3C
Text Example
Text Example
White with #663B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663B3C; }
p { color: rgb(102,59,60); }
H1.HeaderClassName
{
color: #663B3C;
}
.AnyTagClassName
{
color: #663B3C;
}
</style>
background-color css
<style>
a { background-color: #663B3C; }
a { background-color: rgb(102,59,60); }
div.DivClassName
{
background-color: #663B3C;
}
.BgClassName
{
background-color: #663B3C;
}
</style>
border-color css
<style>
span { border-color: #663B3C; }
span { border-color: rgb(102,59,60); }
td.TdClassName
{
border-color: #663B3C;
}
.TagClassName
{
border-color: #663B3C;
}
</style>