Shades of Metallic Copper #66403C
Tints of Metallic Copper #66403C
RGB
CMYK
RGB Variations
Color information
#66403C (or 0x66403C) is known color: Metallic Copper. HEX triplet: 66, 40 and 3C. RGB value is (102,64,60). Sum of RGB (Red+Green+Blue) = 102+64+60=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 102 - color contains mainly: red. Hex color #66403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66403C is #99BFC3. Grayscale: #4A4A4A. Windows color (decimal): -10076100 or 3948646. OLE color: 3948646.
HSL color Cylindrical-coordinate representation of color #66403C: hue angle of 5.71º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66403C is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 64 | 60 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.6 |
| HSL | 5.71º | 0.26% | 0.32% | - |
| HSV(B) | 5.71º | 0.41% | 0.4% | - |
| XYZ | 8.13 | 6.82 | 5.16 | - |
| YUV | 74.91 | 119.59 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 64 | 60 | 0 | 0.37 | 0.41 | 0.6 | 5.71 | 0.26 | 0.32 |
| Hex | 66 | 40 | 3C | 0 | 25 | 29 | 3C | 6 | 1A | 20 |
| Octal | 146 | 100 | 74 | 0 | 45 | 51 | 74 | 6 | 32 | 40 |
| Binary | 1100110 | 1000000 | 111100 | 0 | 100101 | 101001 | 111100 | 110 | 11010 | 100000 |
Color Harmonies of #66403C
Complementary color
Monochromatic Colors of #66403C
Black with #66403C
Text Example
Text Example
White with #66403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66403C; }
p { color: rgb(102,64,60); }
H1.HeaderClassName
{
color: #66403C;
}
.AnyTagClassName
{
color: #66403C;
}
</style>
background-color css
<style>
a { background-color: #66403C; }
a { background-color: rgb(102,64,60); }
div.DivClassName
{
background-color: #66403C;
}
.BgClassName
{
background-color: #66403C;
}
</style>
border-color css
<style>
span { border-color: #66403C; }
span { border-color: rgb(102,64,60); }
td.TdClassName
{
border-color: #66403C;
}
.TagClassName
{
border-color: #66403C;
}
</style>