Shades of Metallic Copper #663A33
Tints of Metallic Copper #663A33
RGB
CMYK
RGB Variations
Color information
#663A33 (or 0x663A33) is known color: Metallic Copper. HEX triplet: 66, 3A and 33. RGB value is (102,58,51). Sum of RGB (Red+Green+Blue) = 102+58+51=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #663A33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #663A33 is #99C5CC. Grayscale: #464646. Windows color (decimal): -10077645 or 3357286. OLE color: 3357286.
HSL color Cylindrical-coordinate representation of color #663A33: hue angle of 8.24º 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 #663A33 is Cyan = 0, Magento = 0.43, Yellow = 0.5 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 58 | 51 | - |
| CMYK | 0 | 0.43 | 0.5 | 0.6 |
| HSL | 8.24º | 0.33% | 0.3% | - |
| HSV(B) | 8.24º | 0.5% | 0.4% | - |
| XYZ | 7.59 | 6.09 | 3.91 | - |
| YUV | 70.36 | 117.08 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 58 | 51 | 0 | 0.43 | 0.5 | 0.6 | 8.24 | 0.33 | 0.3 |
| Hex | 66 | 3A | 33 | 0 | 2B | 32 | 3C | 8 | 21 | 1E |
| Octal | 146 | 72 | 63 | 0 | 53 | 62 | 74 | 10 | 41 | 36 |
| Binary | 1100110 | 111010 | 110011 | 0 | 101011 | 110010 | 111100 | 1000 | 100001 | 11110 |
Color Harmonies of #663A33
Complementary color
Monochromatic Colors of #663A33
Black with #663A33
Text Example
Text Example
White with #663A33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #663A33; }
p { color: rgb(102,58,51); }
H1.HeaderClassName
{
color: #663A33;
}
.AnyTagClassName
{
color: #663A33;
}
</style>
background-color css
<style>
a { background-color: #663A33; }
a { background-color: rgb(102,58,51); }
div.DivClassName
{
background-color: #663A33;
}
.BgClassName
{
background-color: #663A33;
}
</style>
border-color css
<style>
span { border-color: #663A33; }
span { border-color: rgb(102,58,51); }
td.TdClassName
{
border-color: #663A33;
}
.TagClassName
{
border-color: #663A33;
}
</style>