Shades of Metallic Copper #66443D
Tints of Metallic Copper #66443D
RGB
CMYK
RGB Variations
Color information
#66443D (or 0x66443D) is known color: Metallic Copper. HEX triplet: 66, 44 and 3D. RGB value is (102,68,61). Sum of RGB (Red+Green+Blue) = 102+68+61=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #66443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66443D is #99BBC2. Grayscale: #4D4D4D. Windows color (decimal): -10075075 or 4015206. OLE color: 4015206.
HSL color Cylindrical-coordinate representation of color #66443D: hue angle of 10.24º 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 #66443D is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 68 | 61 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.6 |
| HSL | 10.24º | 0.25% | 0.32% | - |
| HSV(B) | 10.24º | 0.4% | 0.4% | - |
| XYZ | 8.39 | 7.3 | 5.38 | - |
| YUV | 77.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 61 | 0 | 0.33 | 0.40 | 0.6 | 10.24 | 0.25 | 0.32 |
| Hex | 66 | 44 | 3D | 0 | 21 | 28 | 3C | A | 19 | 20 |
| Octal | 146 | 104 | 75 | 0 | 41 | 50 | 74 | 12 | 31 | 40 |
| Binary | 1100110 | 1000100 | 111101 | 0 | 100001 | 101000 | 111100 | 1010 | 11001 | 100000 |
Color Harmonies of #66443D
Complementary color
Monochromatic Colors of #66443D
Black with #66443D
Text Example
Text Example
White with #66443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66443D; }
p { color: rgb(102,68,61); }
H1.HeaderClassName
{
color: #66443D;
}
.AnyTagClassName
{
color: #66443D;
}
</style>
background-color css
<style>
a { background-color: #66443D; }
a { background-color: rgb(102,68,61); }
div.DivClassName
{
background-color: #66443D;
}
.BgClassName
{
background-color: #66443D;
}
</style>
border-color css
<style>
span { border-color: #66443D; }
span { border-color: rgb(102,68,61); }
td.TdClassName
{
border-color: #66443D;
}
.TagClassName
{
border-color: #66443D;
}
</style>