Shades of Metallic Copper #63423D
Tints of Metallic Copper #63423D
RGB
CMYK
RGB Variations
Color information
#63423D (or 0x63423D) is known color: Metallic Copper. HEX triplet: 63, 42 and 3D. RGB value is (99,66,61). Sum of RGB (Red+Green+Blue) = 99+66+61=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63423D is #9CBDC2. Grayscale: #4B4B4B. Windows color (decimal): -10272195 or 4014691. OLE color: 4014691.
HSL color Cylindrical-coordinate representation of color #63423D: hue angle of 7.89º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63423D is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 66 | 61 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.61 |
| HSL | 7.89º | 0.24% | 0.31% | - |
| HSV(B) | 7.89º | 0.38% | 0.39% | - |
| XYZ | 7.94 | 6.89 | 5.33 | - |
| YUV | 75.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 61 | 0 | 0.33 | 0.38 | 0.61 | 7.89 | 0.24 | 0.31 |
| Hex | 63 | 42 | 3D | 0 | 21 | 26 | 3D | 8 | 18 | 1F |
| Octal | 143 | 102 | 75 | 0 | 41 | 46 | 75 | 10 | 30 | 37 |
| Binary | 1100011 | 1000010 | 111101 | 0 | 100001 | 100110 | 111101 | 1000 | 11000 | 11111 |
Color Harmonies of #63423D
Complementary color
Monochromatic Colors of #63423D
Black with #63423D
Text Example
Text Example
White with #63423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63423D; }
p { color: rgb(99,66,61); }
H1.HeaderClassName
{
color: #63423D;
}
.AnyTagClassName
{
color: #63423D;
}
</style>
background-color css
<style>
a { background-color: #63423D; }
a { background-color: rgb(99,66,61); }
div.DivClassName
{
background-color: #63423D;
}
.BgClassName
{
background-color: #63423D;
}
</style>
border-color css
<style>
span { border-color: #63423D; }
span { border-color: rgb(99,66,61); }
td.TdClassName
{
border-color: #63423D;
}
.TagClassName
{
border-color: #63423D;
}
</style>