Shades of Metallic Copper #633C36
Tints of Metallic Copper #633C36
RGB
CMYK
RGB Variations
Color information
#633C36 (or 0x633C36) is known color: Metallic Copper. HEX triplet: 63, 3C and 36. RGB value is (99,60,54). Sum of RGB (Red+Green+Blue) = 99+60+54=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #633C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633C36 is #9CC3C9. Grayscale: #474747. Windows color (decimal): -10273738 or 3554403. OLE color: 3554403.
HSL color Cylindrical-coordinate representation of color #633C36: hue angle of 8º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #633C36 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 60 | 54 | - |
| CMYK | 0 | 0.39 | 0.45 | 0.61 |
| HSL | 8º | 0.29% | 0.3% | - |
| HSV(B) | 8º | 0.45% | 0.39% | - |
| XYZ | 7.43 | 6.15 | 4.29 | - |
| YUV | 70.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 54 | 0 | 0.39 | 0.45 | 0.61 | 8 | 0.29 | 0.3 |
| Hex | 63 | 3C | 36 | 0 | 27 | 2D | 3D | 8 | 1D | 1E |
| Octal | 143 | 74 | 66 | 0 | 47 | 55 | 75 | 10 | 35 | 36 |
| Binary | 1100011 | 111100 | 110110 | 0 | 100111 | 101101 | 111101 | 1000 | 11101 | 11110 |
Color Harmonies of #633C36
Complementary color
Monochromatic Colors of #633C36
Black with #633C36
Text Example
Text Example
White with #633C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633C36; }
p { color: rgb(99,60,54); }
H1.HeaderClassName
{
color: #633C36;
}
.AnyTagClassName
{
color: #633C36;
}
</style>
background-color css
<style>
a { background-color: #633C36; }
a { background-color: rgb(99,60,54); }
div.DivClassName
{
background-color: #633C36;
}
.BgClassName
{
background-color: #633C36;
}
</style>
border-color css
<style>
span { border-color: #633C36; }
span { border-color: rgb(99,60,54); }
td.TdClassName
{
border-color: #633C36;
}
.TagClassName
{
border-color: #633C36;
}
</style>