Shades of Tosca #663F42
Tints of Tosca #663F42
RGB
CMYK
RGB Variations
Color information
#663F42 (or 0x663F42) is known color: Tosca. HEX triplet: 66, 3F and 42. RGB value is (102,63,66). Sum of RGB (Red+Green+Blue) = 102+63+66=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #663F42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F42 is #99C0BD. Grayscale: #4B4B4B. Windows color (decimal): -10076350 or 4341606. OLE color: 4341606.
HSL color Cylindrical-coordinate representation of color #663F42: hue angle of 355.38º 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 #663F42 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 66 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.6 |
| HSL | 355.38º | 0.24% | 0.32% | - |
| HSV(B) | 355.38º | 0.38% | 0.4% | - |
| XYZ | 8.24 | 6.77 | 6.03 | - |
| YUV | 75 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 66 | 0 | 0.38 | 0.35 | 0.6 | 355.38 | 0.24 | 0.32 |
| Hex | 66 | 3F | 42 | 0 | 26 | 23 | 3C | 163 | 18 | 20 |
| Octal | 146 | 77 | 102 | 0 | 46 | 43 | 74 | 543 | 30 | 40 |
| Binary | 1100110 | 111111 | 1000010 | 0 | 100110 | 100011 | 111100 | 101100011 | 11000 | 100000 |
Color Harmonies of #663F42
Complementary color
Monochromatic Colors of #663F42
Black with #663F42
Text Example
Text Example
White with #663F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F42; }
p { color: rgb(102,63,66); }
H1.HeaderClassName
{
color: #663F42;
}
.AnyTagClassName
{
color: #663F42;
}
</style>
background-color css
<style>
a { background-color: #663F42; }
a { background-color: rgb(102,63,66); }
div.DivClassName
{
background-color: #663F42;
}
.BgClassName
{
background-color: #663F42;
}
</style>
border-color css
<style>
span { border-color: #663F42; }
span { border-color: rgb(102,63,66); }
td.TdClassName
{
border-color: #663F42;
}
.TagClassName
{
border-color: #663F42;
}
</style>