Shades of Metallic Copper #663E3A
Tints of Metallic Copper #663E3A
RGB
CMYK
RGB Variations
Color information
#663E3A (or 0x663E3A) is known color: Metallic Copper. HEX triplet: 66, 3E and 3A. RGB value is (102,62,58). Sum of RGB (Red+Green+Blue) = 102+62+58=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #663E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663E3A is #99C1C5. Grayscale: #494949. Windows color (decimal): -10076614 or 3817062. OLE color: 3817062.
HSL color Cylindrical-coordinate representation of color #663E3A: hue angle of 5.45º 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 #663E3A is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 62 | 58 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.6 |
| HSL | 5.45º | 0.28% | 0.31% | - |
| HSV(B) | 5.45º | 0.43% | 0.4% | - |
| XYZ | 7.97 | 6.58 | 4.85 | - |
| YUV | 73.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 62 | 58 | 0 | 0.39 | 0.43 | 0.6 | 5.45 | 0.28 | 0.31 |
| Hex | 66 | 3E | 3A | 0 | 27 | 2B | 3C | 5 | 1C | 1F |
| Octal | 146 | 76 | 72 | 0 | 47 | 53 | 74 | 5 | 34 | 37 |
| Binary | 1100110 | 111110 | 111010 | 0 | 100111 | 101011 | 111100 | 101 | 11100 | 11111 |
Color Harmonies of #663E3A
Complementary color
Monochromatic Colors of #663E3A
Black with #663E3A
Text Example
Text Example
White with #663E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663E3A; }
p { color: rgb(102,62,58); }
H1.HeaderClassName
{
color: #663E3A;
}
.AnyTagClassName
{
color: #663E3A;
}
</style>
background-color css
<style>
a { background-color: #663E3A; }
a { background-color: rgb(102,62,58); }
div.DivClassName
{
background-color: #663E3A;
}
.BgClassName
{
background-color: #663E3A;
}
</style>
border-color css
<style>
span { border-color: #663E3A; }
span { border-color: rgb(102,62,58); }
td.TdClassName
{
border-color: #663E3A;
}
.TagClassName
{
border-color: #663E3A;
}
</style>