Shades of Metallic Copper #66413A
Tints of Metallic Copper #66413A
RGB
CMYK
RGB Variations
Color information
#66413A (or 0x66413A) is known color: Metallic Copper. HEX triplet: 66, 41 and 3A. RGB value is (102,65,58). Sum of RGB (Red+Green+Blue) = 102+65+58=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #66413A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66413A is #99BEC5. Grayscale: #4B4B4B. Windows color (decimal): -10075846 or 3817830. OLE color: 3817830.
HSL color Cylindrical-coordinate representation of color #66413A: hue angle of 9.55º 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 #66413A is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 65 | 58 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.6 |
| HSL | 9.55º | 0.28% | 0.31% | - |
| HSV(B) | 9.55º | 0.43% | 0.4% | - |
| XYZ | 8.13 | 6.91 | 4.91 | - |
| YUV | 75.27 | 118.26 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 65 | 58 | 0 | 0.36 | 0.43 | 0.6 | 9.55 | 0.28 | 0.31 |
| Hex | 66 | 41 | 3A | 0 | 24 | 2B | 3C | A | 1C | 1F |
| Octal | 146 | 101 | 72 | 0 | 44 | 53 | 74 | 12 | 34 | 37 |
| Binary | 1100110 | 1000001 | 111010 | 0 | 100100 | 101011 | 111100 | 1010 | 11100 | 11111 |
Color Harmonies of #66413A
Complementary color
Monochromatic Colors of #66413A
Black with #66413A
Text Example
Text Example
White with #66413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66413A; }
p { color: rgb(102,65,58); }
H1.HeaderClassName
{
color: #66413A;
}
.AnyTagClassName
{
color: #66413A;
}
</style>
background-color css
<style>
a { background-color: #66413A; }
a { background-color: rgb(102,65,58); }
div.DivClassName
{
background-color: #66413A;
}
.BgClassName
{
background-color: #66413A;
}
</style>
border-color css
<style>
span { border-color: #66413A; }
span { border-color: rgb(102,65,58); }
td.TdClassName
{
border-color: #66413A;
}
.TagClassName
{
border-color: #66413A;
}
</style>