Shades of Tosca #663D42
Tints of Tosca #663D42
RGB
CMYK
RGB Variations
Color information
#663D42 (or 0x663D42) is known color: Tosca. HEX triplet: 66, 3D and 42. RGB value is (102,61,66). Sum of RGB (Red+Green+Blue) = 102+61+66=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #663D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D42 is #99C2BD. Grayscale: #494949. Windows color (decimal): -10076862 or 4341094. OLE color: 4341094.
HSL color Cylindrical-coordinate representation of color #663D42: hue angle of 352.68º 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 #663D42 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 66 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.6 |
| HSL | 352.68º | 0.25% | 0.32% | - |
| HSV(B) | 352.68º | 0.4% | 0.4% | - |
| XYZ | 8.13 | 6.56 | 5.99 | - |
| YUV | 73.83 | 123.58 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 66 | 0 | 0.40 | 0.35 | 0.6 | 352.68 | 0.25 | 0.32 |
| Hex | 66 | 3D | 42 | 0 | 28 | 23 | 3C | 161 | 19 | 20 |
| Octal | 146 | 75 | 102 | 0 | 50 | 43 | 74 | 541 | 31 | 40 |
| Binary | 1100110 | 111101 | 1000010 | 0 | 101000 | 100011 | 111100 | 101100001 | 11001 | 100000 |
Color Harmonies of #663D42
Complementary color
Monochromatic Colors of #663D42
Black with #663D42
Text Example
Text Example
White with #663D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D42; }
p { color: rgb(102,61,66); }
H1.HeaderClassName
{
color: #663D42;
}
.AnyTagClassName
{
color: #663D42;
}
</style>
background-color css
<style>
a { background-color: #663D42; }
a { background-color: rgb(102,61,66); }
div.DivClassName
{
background-color: #663D42;
}
.BgClassName
{
background-color: #663D42;
}
</style>
border-color css
<style>
span { border-color: #663D42; }
span { border-color: rgb(102,61,66); }
td.TdClassName
{
border-color: #663D42;
}
.TagClassName
{
border-color: #663D42;
}
</style>