Shades of Metallic Copper #663F33
Tints of Metallic Copper #663F33
RGB
CMYK
RGB Variations
Color information
#663F33 (or 0x663F33) is known color: Metallic Copper. HEX triplet: 66, 3F and 33. RGB value is (102,63,51). Sum of RGB (Red+Green+Blue) = 102+63+51=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #663F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663F33 is #99C0CC. Grayscale: #494949. Windows color (decimal): -10076365 or 3358566. OLE color: 3358566.
HSL color Cylindrical-coordinate representation of color #663F33: hue angle of 14.12º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #663F33 is Cyan = 0, Magento = 0.38, Yellow = 0.5 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 63 | 51 | - |
| CMYK | 0 | 0.38 | 0.5 | 0.6 |
| HSL | 14.12º | 0.33% | 0.3% | - |
| HSV(B) | 14.12º | 0.5% | 0.4% | - |
| XYZ | 7.85 | 6.62 | 4 | - |
| YUV | 73.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 63 | 51 | 0 | 0.38 | 0.5 | 0.6 | 14.12 | 0.33 | 0.3 |
| Hex | 66 | 3F | 33 | 0 | 26 | 32 | 3C | E | 21 | 1E |
| Octal | 146 | 77 | 63 | 0 | 46 | 62 | 74 | 16 | 41 | 36 |
| Binary | 1100110 | 111111 | 110011 | 0 | 100110 | 110010 | 111100 | 1110 | 100001 | 11110 |
Color Harmonies of #663F33
Complementary color
Monochromatic Colors of #663F33
Black with #663F33
Text Example
Text Example
White with #663F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663F33; }
p { color: rgb(102,63,51); }
H1.HeaderClassName
{
color: #663F33;
}
.AnyTagClassName
{
color: #663F33;
}
</style>
background-color css
<style>
a { background-color: #663F33; }
a { background-color: rgb(102,63,51); }
div.DivClassName
{
background-color: #663F33;
}
.BgClassName
{
background-color: #663F33;
}
</style>
border-color css
<style>
span { border-color: #663F33; }
span { border-color: rgb(102,63,51); }
td.TdClassName
{
border-color: #663F33;
}
.TagClassName
{
border-color: #663F33;
}
</style>