Shades of Metallic Copper #663D31
Tints of Metallic Copper #663D31
RGB
CMYK
RGB Variations
Color information
#663D31 (or 0x663D31) is known color: Metallic Copper. HEX triplet: 66, 3D and 31. RGB value is (102,61,49). Sum of RGB (Red+Green+Blue) = 102+61+49=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 49 (19.53% from 255 or 23.11% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #663D31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663D31 is #99C2CE. Grayscale: #474747. Windows color (decimal): -10076879 or 3226982. OLE color: 3226982.
HSL color Cylindrical-coordinate representation of color #663D31: hue angle of 13.58º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #663D31 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 61 | 49 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.6 |
| HSL | 13.58º | 0.35% | 0.3% | - |
| HSV(B) | 13.58º | 0.52% | 0.4% | - |
| XYZ | 7.7 | 6.38 | 3.73 | - |
| YUV | 71.89 | 115.08 | 149.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 61 | 49 | 0 | 0.40 | 0.52 | 0.6 | 13.58 | 0.35 | 0.3 |
| Hex | 66 | 3D | 31 | 0 | 28 | 34 | 3C | E | 23 | 1E |
| Octal | 146 | 75 | 61 | 0 | 50 | 64 | 74 | 16 | 43 | 36 |
| Binary | 1100110 | 111101 | 110001 | 0 | 101000 | 110100 | 111100 | 1110 | 100011 | 11110 |
Color Harmonies of #663D31
Complementary color
Monochromatic Colors of #663D31
Black with #663D31
Text Example
Text Example
White with #663D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663D31; }
p { color: rgb(102,61,49); }
H1.HeaderClassName
{
color: #663D31;
}
.AnyTagClassName
{
color: #663D31;
}
</style>
background-color css
<style>
a { background-color: #663D31; }
a { background-color: rgb(102,61,49); }
div.DivClassName
{
background-color: #663D31;
}
.BgClassName
{
background-color: #663D31;
}
</style>
border-color css
<style>
span { border-color: #663D31; }
span { border-color: rgb(102,61,49); }
td.TdClassName
{
border-color: #663D31;
}
.TagClassName
{
border-color: #663D31;
}
</style>