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