Shades of Metallic Copper #66443A
Tints of Metallic Copper #66443A
RGB
CMYK
RGB Variations
Color information
#66443A (or 0x66443A) is known color: Metallic Copper. HEX triplet: 66, 44 and 3A. RGB value is (102,68,58). Sum of RGB (Red+Green+Blue) = 102+68+58=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 68 (26.95% from 255 or 29.82% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #66443A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66443A is #99BBC5. Grayscale: #4D4D4D. Windows color (decimal): -10075078 or 3818598. OLE color: 3818598.
HSL color Cylindrical-coordinate representation of color #66443A: hue angle of 13.64º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66443A is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 68 | 58 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.6 |
| HSL | 13.64º | 0.28% | 0.31% | - |
| HSV(B) | 13.64º | 0.43% | 0.4% | - |
| XYZ | 8.31 | 7.26 | 4.97 | - |
| YUV | 77.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 68 | 58 | 0 | 0.33 | 0.43 | 0.6 | 13.64 | 0.28 | 0.31 |
| Hex | 66 | 44 | 3A | 0 | 21 | 2B | 3C | E | 1C | 1F |
| Octal | 146 | 104 | 72 | 0 | 41 | 53 | 74 | 16 | 34 | 37 |
| Binary | 1100110 | 1000100 | 111010 | 0 | 100001 | 101011 | 111100 | 1110 | 11100 | 11111 |
Color Harmonies of #66443A
Complementary color
Monochromatic Colors of #66443A
Black with #66443A
Text Example
Text Example
White with #66443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66443A; }
p { color: rgb(102,68,58); }
H1.HeaderClassName
{
color: #66443A;
}
.AnyTagClassName
{
color: #66443A;
}
</style>
background-color css
<style>
a { background-color: #66443A; }
a { background-color: rgb(102,68,58); }
div.DivClassName
{
background-color: #66443A;
}
.BgClassName
{
background-color: #66443A;
}
</style>
border-color css
<style>
span { border-color: #66443A; }
span { border-color: rgb(102,68,58); }
td.TdClassName
{
border-color: #66443A;
}
.TagClassName
{
border-color: #66443A;
}
</style>