Shades of Tosca #663D41
Tints of Tosca #663D41
RGB
CMYK
RGB Variations
Color information
#663D41 (or 0x663D41) is known color: Tosca. HEX triplet: 66, 3D and 41. RGB value is (102,61,65). Sum of RGB (Red+Green+Blue) = 102+61+65=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #663D41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D41 is #99C2BE. Grayscale: #494949. Windows color (decimal): -10076863 or 4275558. OLE color: 4275558.
HSL color Cylindrical-coordinate representation of color #663D41: hue angle of 354.15º 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 #663D41 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 65 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.6 |
| HSL | 354.15º | 0.25% | 0.32% | - |
| HSV(B) | 354.15º | 0.4% | 0.4% | - |
| XYZ | 8.1 | 6.54 | 5.84 | - |
| YUV | 73.72 | 123.08 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 65 | 0 | 0.40 | 0.36 | 0.6 | 354.15 | 0.25 | 0.32 |
| Hex | 66 | 3D | 41 | 0 | 28 | 24 | 3C | 162 | 19 | 20 |
| Octal | 146 | 75 | 101 | 0 | 50 | 44 | 74 | 542 | 31 | 40 |
| Binary | 1100110 | 111101 | 1000001 | 0 | 101000 | 100100 | 111100 | 101100010 | 11001 | 100000 |
Color Harmonies of #663D41
Complementary color
Monochromatic Colors of #663D41
Black with #663D41
Text Example
Text Example
White with #663D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D41; }
p { color: rgb(102,61,65); }
H1.HeaderClassName
{
color: #663D41;
}
.AnyTagClassName
{
color: #663D41;
}
</style>
background-color css
<style>
a { background-color: #663D41; }
a { background-color: rgb(102,61,65); }
div.DivClassName
{
background-color: #663D41;
}
.BgClassName
{
background-color: #663D41;
}
</style>
border-color css
<style>
span { border-color: #663D41; }
span { border-color: rgb(102,61,65); }
td.TdClassName
{
border-color: #663D41;
}
.TagClassName
{
border-color: #663D41;
}
</style>