Shades of Tosca #663F41
Tints of Tosca #663F41
RGB
CMYK
RGB Variations
Color information
#663F41 (or 0x663F41) is known color: Tosca. HEX triplet: 66, 3F and 41. RGB value is (102,63,65). Sum of RGB (Red+Green+Blue) = 102+63+65=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 63 (25% from 255 or 27.39% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #663F41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F41 is #99C0BE. Grayscale: #4A4A4A. Windows color (decimal): -10076351 or 4276070. OLE color: 4276070.
HSL color Cylindrical-coordinate representation of color #663F41: hue angle of 356.92º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #663F41 is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 65 | - |
| CMYK | 0 | 0.38 | 0.36 | 0.6 |
| HSL | 356.92º | 0.24% | 0.32% | - |
| HSV(B) | 356.92º | 0.38% | 0.4% | - |
| XYZ | 8.21 | 6.76 | 5.87 | - |
| YUV | 74.89 | 122.42 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 65 | 0 | 0.38 | 0.36 | 0.6 | 356.92 | 0.24 | 0.32 |
| Hex | 66 | 3F | 41 | 0 | 26 | 24 | 3C | 165 | 18 | 20 |
| Octal | 146 | 77 | 101 | 0 | 46 | 44 | 74 | 545 | 30 | 40 |
| Binary | 1100110 | 111111 | 1000001 | 0 | 100110 | 100100 | 111100 | 101100101 | 11000 | 100000 |
Color Harmonies of #663F41
Complementary color
Monochromatic Colors of #663F41
Black with #663F41
Text Example
Text Example
White with #663F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F41; }
p { color: rgb(102,63,65); }
H1.HeaderClassName
{
color: #663F41;
}
.AnyTagClassName
{
color: #663F41;
}
</style>
background-color css
<style>
a { background-color: #663F41; }
a { background-color: rgb(102,63,65); }
div.DivClassName
{
background-color: #663F41;
}
.BgClassName
{
background-color: #663F41;
}
</style>
border-color css
<style>
span { border-color: #663F41; }
span { border-color: rgb(102,63,65); }
td.TdClassName
{
border-color: #663F41;
}
.TagClassName
{
border-color: #663F41;
}
</style>