Shades of Metallic Copper #63433C
Tints of Metallic Copper #63433C
RGB
CMYK
RGB Variations
Color information
#63433C (or 0x63433C) is known color: Metallic Copper. HEX triplet: 63, 43 and 3C. RGB value is (99,67,60). Sum of RGB (Red+Green+Blue) = 99+67+60=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 60 (23.83% from 255 or 26.55% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63433C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63433C is #9CBCC3. Grayscale: #4B4B4B. Windows color (decimal): -10271940 or 3949411. OLE color: 3949411.
HSL color Cylindrical-coordinate representation of color #63433C: hue angle of 10.77º 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 #63433C is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 67 | 60 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.61 |
| HSL | 10.77º | 0.25% | 0.31% | - |
| HSV(B) | 10.77º | 0.39% | 0.39% | - |
| XYZ | 7.97 | 6.99 | 5.2 | - |
| YUV | 75.77 | 119.1 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 67 | 60 | 0 | 0.32 | 0.39 | 0.61 | 10.77 | 0.25 | 0.31 |
| Hex | 63 | 43 | 3C | 0 | 20 | 27 | 3D | B | 19 | 1F |
| Octal | 143 | 103 | 74 | 0 | 40 | 47 | 75 | 13 | 31 | 37 |
| Binary | 1100011 | 1000011 | 111100 | 0 | 100000 | 100111 | 111101 | 1011 | 11001 | 11111 |
Color Harmonies of #63433C
Complementary color
Monochromatic Colors of #63433C
Black with #63433C
Text Example
Text Example
White with #63433C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63433C; }
p { color: rgb(99,67,60); }
H1.HeaderClassName
{
color: #63433C;
}
.AnyTagClassName
{
color: #63433C;
}
</style>
background-color css
<style>
a { background-color: #63433C; }
a { background-color: rgb(99,67,60); }
div.DivClassName
{
background-color: #63433C;
}
.BgClassName
{
background-color: #63433C;
}
</style>
border-color css
<style>
span { border-color: #63433C; }
span { border-color: rgb(99,67,60); }
td.TdClassName
{
border-color: #63433C;
}
.TagClassName
{
border-color: #63433C;
}
</style>