Shades of Metallic Copper #66423C
Tints of Metallic Copper #66423C
RGB
CMYK
RGB Variations
Color information
#66423C (or 0x66423C) is known color: Metallic Copper. HEX triplet: 66, 42 and 3C. RGB value is (102,66,60). Sum of RGB (Red+Green+Blue) = 102+66+60=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #66423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66423C is #99BDC3. Grayscale: #4C4C4C. Windows color (decimal): -10075588 or 3949158. OLE color: 3949158.
HSL color Cylindrical-coordinate representation of color #66423C: hue angle of 8.57º 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 #66423C is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 66 | 60 | - |
| CMYK | 0 | 0.35 | 0.41 | 0.6 |
| HSL | 8.57º | 0.26% | 0.32% | - |
| HSV(B) | 8.57º | 0.41% | 0.4% | - |
| XYZ | 8.24 | 7.05 | 5.2 | - |
| YUV | 76.08 | 118.93 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 66 | 60 | 0 | 0.35 | 0.41 | 0.6 | 8.57 | 0.26 | 0.32 |
| Hex | 66 | 42 | 3C | 0 | 23 | 29 | 3C | 9 | 1A | 20 |
| Octal | 146 | 102 | 74 | 0 | 43 | 51 | 74 | 11 | 32 | 40 |
| Binary | 1100110 | 1000010 | 111100 | 0 | 100011 | 101001 | 111100 | 1001 | 11010 | 100000 |
Color Harmonies of #66423C
Complementary color
Monochromatic Colors of #66423C
Black with #66423C
Text Example
Text Example
White with #66423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66423C; }
p { color: rgb(102,66,60); }
H1.HeaderClassName
{
color: #66423C;
}
.AnyTagClassName
{
color: #66423C;
}
</style>
background-color css
<style>
a { background-color: #66423C; }
a { background-color: rgb(102,66,60); }
div.DivClassName
{
background-color: #66423C;
}
.BgClassName
{
background-color: #66423C;
}
</style>
border-color css
<style>
span { border-color: #66423C; }
span { border-color: rgb(102,66,60); }
td.TdClassName
{
border-color: #66423C;
}
.TagClassName
{
border-color: #66423C;
}
</style>