Shades of Metallic Copper #633F36
Tints of Metallic Copper #633F36
RGB
CMYK
RGB Variations
Color information
#633F36 (or 0x633F36) is known color: Metallic Copper. HEX triplet: 63, 3F and 36. RGB value is (99,63,54). Sum of RGB (Red+Green+Blue) = 99+63+54=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #633F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633F36 is #9CC0C9. Grayscale: #484848. Windows color (decimal): -10272970 or 3555171. OLE color: 3555171.
HSL color Cylindrical-coordinate representation of color #633F36: hue angle of 12º 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 #633F36 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 63 | 54 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.61 |
| HSL | 12º | 0.29% | 0.3% | - |
| HSV(B) | 12º | 0.45% | 0.39% | - |
| XYZ | 7.59 | 6.47 | 4.34 | - |
| YUV | 72.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 63 | 54 | 0 | 0.36 | 0.45 | 0.61 | 12 | 0.29 | 0.3 |
| Hex | 63 | 3F | 36 | 0 | 24 | 2D | 3D | C | 1D | 1E |
| Octal | 143 | 77 | 66 | 0 | 44 | 55 | 75 | 14 | 35 | 36 |
| Binary | 1100011 | 111111 | 110110 | 0 | 100100 | 101101 | 111101 | 1100 | 11101 | 11110 |
Color Harmonies of #633F36
Complementary color
Monochromatic Colors of #633F36
Black with #633F36
Text Example
Text Example
White with #633F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633F36; }
p { color: rgb(99,63,54); }
H1.HeaderClassName
{
color: #633F36;
}
.AnyTagClassName
{
color: #633F36;
}
</style>
background-color css
<style>
a { background-color: #633F36; }
a { background-color: rgb(99,63,54); }
div.DivClassName
{
background-color: #633F36;
}
.BgClassName
{
background-color: #633F36;
}
</style>
border-color css
<style>
span { border-color: #633F36; }
span { border-color: rgb(99,63,54); }
td.TdClassName
{
border-color: #633F36;
}
.TagClassName
{
border-color: #633F36;
}
</style>