Shades of Metallic Copper #633C37
Tints of Metallic Copper #633C37
RGB
CMYK
RGB Variations
Color information
#633C37 (or 0x633C37) is known color: Metallic Copper. HEX triplet: 63, 3C and 37. RGB value is (99,60,55). Sum of RGB (Red+Green+Blue) = 99+60+55=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 60 (23.83% from 255 or 28.04% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #633C37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633C37 is #9CC3C8. Grayscale: #474747. Windows color (decimal): -10273737 or 3619939. OLE color: 3619939.
HSL color Cylindrical-coordinate representation of color #633C37: hue angle of 6.82º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #633C37 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 60 | 55 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.61 |
| HSL | 6.82º | 0.29% | 0.3% | - |
| HSV(B) | 6.82º | 0.44% | 0.39% | - |
| XYZ | 7.45 | 6.16 | 4.41 | - |
| YUV | 71.09 | 118.92 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 55 | 0 | 0.39 | 0.44 | 0.61 | 6.82 | 0.29 | 0.3 |
| Hex | 63 | 3C | 37 | 0 | 27 | 2C | 3D | 7 | 1D | 1E |
| Octal | 143 | 74 | 67 | 0 | 47 | 54 | 75 | 7 | 35 | 36 |
| Binary | 1100011 | 111100 | 110111 | 0 | 100111 | 101100 | 111101 | 111 | 11101 | 11110 |
Color Harmonies of #633C37
Complementary color
Monochromatic Colors of #633C37
Black with #633C37
Text Example
Text Example
White with #633C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633C37; }
p { color: rgb(99,60,55); }
H1.HeaderClassName
{
color: #633C37;
}
.AnyTagClassName
{
color: #633C37;
}
</style>
background-color css
<style>
a { background-color: #633C37; }
a { background-color: rgb(99,60,55); }
div.DivClassName
{
background-color: #633C37;
}
.BgClassName
{
background-color: #633C37;
}
</style>
border-color css
<style>
span { border-color: #633C37; }
span { border-color: rgb(99,60,55); }
td.TdClassName
{
border-color: #633C37;
}
.TagClassName
{
border-color: #633C37;
}
</style>