Shades of Metallic Copper #663F34
Tints of Metallic Copper #663F34
RGB
CMYK
RGB Variations
Color information
#663F34 (or 0x663F34) is known color: Metallic Copper. HEX triplet: 66, 3F and 34. RGB value is (102,63,52). Sum of RGB (Red+Green+Blue) = 102+63+52=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 52 (20.70% from 255 or 23.96% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #663F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F34 is #99C0CB. Grayscale: #494949. Windows color (decimal): -10076364 or 3424102. OLE color: 3424102.
HSL color Cylindrical-coordinate representation of color #663F34: hue angle of 13.2º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #663F34 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 52 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.6 |
| HSL | 13.2º | 0.32% | 0.3% | - |
| HSV(B) | 13.2º | 0.49% | 0.4% | - |
| XYZ | 7.88 | 6.63 | 4.11 | - |
| YUV | 73.41 | 115.92 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 52 | 0 | 0.38 | 0.49 | 0.6 | 13.2 | 0.32 | 0.3 |
| Hex | 66 | 3F | 34 | 0 | 26 | 31 | 3C | D | 20 | 1E |
| Octal | 146 | 77 | 64 | 0 | 46 | 61 | 74 | 15 | 40 | 36 |
| Binary | 1100110 | 111111 | 110100 | 0 | 100110 | 110001 | 111100 | 1101 | 100000 | 11110 |
Color Harmonies of #663F34
Complementary color
Monochromatic Colors of #663F34
Black with #663F34
Text Example
Text Example
White with #663F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F34; }
p { color: rgb(102,63,52); }
H1.HeaderClassName
{
color: #663F34;
}
.AnyTagClassName
{
color: #663F34;
}
</style>
background-color css
<style>
a { background-color: #663F34; }
a { background-color: rgb(102,63,52); }
div.DivClassName
{
background-color: #663F34;
}
.BgClassName
{
background-color: #663F34;
}
</style>
border-color css
<style>
span { border-color: #663F34; }
span { border-color: rgb(102,63,52); }
td.TdClassName
{
border-color: #663F34;
}
.TagClassName
{
border-color: #663F34;
}
</style>