Shades of Metallic Copper #663A35
Tints of Metallic Copper #663A35
RGB
CMYK
RGB Variations
Color information
#663A35 (or 0x663A35) is known color: Metallic Copper. HEX triplet: 66, 3A and 35. RGB value is (102,58,53). Sum of RGB (Red+Green+Blue) = 102+58+53=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 53 (21.09% from 255 or 24.88% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #663A35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A35 is #99C5CA. Grayscale: #464646. Windows color (decimal): -10077643 or 3488358. OLE color: 3488358.
HSL color Cylindrical-coordinate representation of color #663A35: hue angle of 6.12º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #663A35 is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 58 | 53 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.6 |
| HSL | 6.12º | 0.32% | 0.3% | - |
| HSV(B) | 6.12º | 0.48% | 0.4% | - |
| XYZ | 7.64 | 6.11 | 4.14 | - |
| YUV | 70.59 | 118.08 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 53 | 0 | 0.43 | 0.48 | 0.6 | 6.12 | 0.32 | 0.3 |
| Hex | 66 | 3A | 35 | 0 | 2B | 30 | 3C | 6 | 20 | 1E |
| Octal | 146 | 72 | 65 | 0 | 53 | 60 | 74 | 6 | 40 | 36 |
| Binary | 1100110 | 111010 | 110101 | 0 | 101011 | 110000 | 111100 | 110 | 100000 | 11110 |
Color Harmonies of #663A35
Complementary color
Monochromatic Colors of #663A35
Black with #663A35
Text Example
Text Example
White with #663A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663A35; }
p { color: rgb(102,58,53); }
H1.HeaderClassName
{
color: #663A35;
}
.AnyTagClassName
{
color: #663A35;
}
</style>
background-color css
<style>
a { background-color: #663A35; }
a { background-color: rgb(102,58,53); }
div.DivClassName
{
background-color: #663A35;
}
.BgClassName
{
background-color: #663A35;
}
</style>
border-color css
<style>
span { border-color: #663A35; }
span { border-color: rgb(102,58,53); }
td.TdClassName
{
border-color: #663A35;
}
.TagClassName
{
border-color: #663A35;
}
</style>