Shades of Metallic Copper #633C35
Tints of Metallic Copper #633C35
RGB
CMYK
RGB Variations
Color information
#633C35 (or 0x633C35) is known color: Metallic Copper. HEX triplet: 63, 3C and 35. RGB value is (99,60,53). Sum of RGB (Red+Green+Blue) = 99+60+53=212 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.70% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 53 (21.09% from 255 or 25% from 212); Max value from RGB is 99 - color contains mainly: red. Hex color #633C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633C35 is #9CC3CA. Grayscale: #464646. Windows color (decimal): -10273739 or 3488867. OLE color: 3488867.
HSL color Cylindrical-coordinate representation of color #633C35: hue angle of 9.13º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #633C35 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 60 | 53 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.61 |
| HSL | 9.13º | 0.3% | 0.3% | - |
| HSV(B) | 9.13º | 0.46% | 0.39% | - |
| XYZ | 7.4 | 6.14 | 4.16 | - |
| YUV | 70.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 60 | 53 | 0 | 0.39 | 0.46 | 0.61 | 9.13 | 0.3 | 0.3 |
| Hex | 63 | 3C | 35 | 0 | 27 | 2E | 3D | 9 | 1E | 1E |
| Octal | 143 | 74 | 65 | 0 | 47 | 56 | 75 | 11 | 36 | 36 |
| Binary | 1100011 | 111100 | 110101 | 0 | 100111 | 101110 | 111101 | 1001 | 11110 | 11110 |
Color Harmonies of #633C35
Complementary color
Monochromatic Colors of #633C35
Black with #633C35
Text Example
Text Example
White with #633C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633C35; }
p { color: rgb(99,60,53); }
H1.HeaderClassName
{
color: #633C35;
}
.AnyTagClassName
{
color: #633C35;
}
</style>
background-color css
<style>
a { background-color: #633C35; }
a { background-color: rgb(99,60,53); }
div.DivClassName
{
background-color: #633C35;
}
.BgClassName
{
background-color: #633C35;
}
</style>
border-color css
<style>
span { border-color: #633C35; }
span { border-color: rgb(99,60,53); }
td.TdClassName
{
border-color: #633C35;
}
.TagClassName
{
border-color: #633C35;
}
</style>