Shades of Metallic Copper #63413C
Tints of Metallic Copper #63413C
RGB
CMYK
RGB Variations
Color information
#63413C (or 0x63413C) is known color: Metallic Copper. HEX triplet: 63, 41 and 3C. RGB value is (99,65,60). Sum of RGB (Red+Green+Blue) = 99+65+60=224 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.20% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 99 - color contains mainly: red. Hex color #63413C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63413C is #9CBEC3. Grayscale: #4A4A4A. Windows color (decimal): -10272452 or 3948899. OLE color: 3948899.
HSL color Cylindrical-coordinate representation of color #63413C: hue angle of 7.69º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63413C is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 65 | 60 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.61 |
| HSL | 7.69º | 0.25% | 0.31% | - |
| HSV(B) | 7.69º | 0.39% | 0.39% | - |
| XYZ | 7.85 | 6.76 | 5.17 | - |
| YUV | 74.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 65 | 60 | 0 | 0.34 | 0.39 | 0.61 | 7.69 | 0.25 | 0.31 |
| Hex | 63 | 41 | 3C | 0 | 22 | 27 | 3D | 8 | 19 | 1F |
| Octal | 143 | 101 | 74 | 0 | 42 | 47 | 75 | 10 | 31 | 37 |
| Binary | 1100011 | 1000001 | 111100 | 0 | 100010 | 100111 | 111101 | 1000 | 11001 | 11111 |
Color Harmonies of #63413C
Complementary color
Monochromatic Colors of #63413C
Black with #63413C
Text Example
Text Example
White with #63413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63413C; }
p { color: rgb(99,65,60); }
H1.HeaderClassName
{
color: #63413C;
}
.AnyTagClassName
{
color: #63413C;
}
</style>
background-color css
<style>
a { background-color: #63413C; }
a { background-color: rgb(99,65,60); }
div.DivClassName
{
background-color: #63413C;
}
.BgClassName
{
background-color: #63413C;
}
</style>
border-color css
<style>
span { border-color: #63413C; }
span { border-color: rgb(99,65,60); }
td.TdClassName
{
border-color: #63413C;
}
.TagClassName
{
border-color: #63413C;
}
</style>