Shades of Metallic Copper #66423E
Tints of Metallic Copper #66423E
RGB
CMYK
RGB Variations
Color information
#66423E (or 0x66423E) is known color: Metallic Copper. HEX triplet: 66, 42 and 3E. RGB value is (102,66,62). Sum of RGB (Red+Green+Blue) = 102+66+62=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #66423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66423E is #99BDC1. Grayscale: #4C4C4C. Windows color (decimal): -10075586 or 4080230. OLE color: 4080230.
HSL color Cylindrical-coordinate representation of color #66423E: hue angle of 6º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #66423E is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 62 | - |
| CMYK | 0 | 0.35 | 0.39 | 0.6 |
| HSL | 6º | 0.24% | 0.32% | - |
| HSV(B) | 6º | 0.39% | 0.4% | - |
| XYZ | 8.3 | 7.07 | 5.48 | - |
| YUV | 76.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 62 | 0 | 0.35 | 0.39 | 0.6 | 6 | 0.24 | 0.32 |
| Hex | 66 | 42 | 3E | 0 | 23 | 27 | 3C | 6 | 18 | 20 |
| Octal | 146 | 102 | 76 | 0 | 43 | 47 | 74 | 6 | 30 | 40 |
| Binary | 1100110 | 1000010 | 111110 | 0 | 100011 | 100111 | 111100 | 110 | 11000 | 100000 |
Color Harmonies of #66423E
Complementary color
Monochromatic Colors of #66423E
Black with #66423E
Text Example
Text Example
White with #66423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66423E; }
p { color: rgb(102,66,62); }
H1.HeaderClassName
{
color: #66423E;
}
.AnyTagClassName
{
color: #66423E;
}
</style>
background-color css
<style>
a { background-color: #66423E; }
a { background-color: rgb(102,66,62); }
div.DivClassName
{
background-color: #66423E;
}
.BgClassName
{
background-color: #66423E;
}
</style>
border-color css
<style>
span { border-color: #66423E; }
span { border-color: rgb(102,66,62); }
td.TdClassName
{
border-color: #66423E;
}
.TagClassName
{
border-color: #66423E;
}
</style>