Shades of Metallic Copper #633E3A
Tints of Metallic Copper #633E3A
RGB
CMYK
RGB Variations
Color information
#633E3A (or 0x633E3A) is known color: Metallic Copper. HEX triplet: 63, 3E and 3A. RGB value is (99,62,58). Sum of RGB (Red+Green+Blue) = 99+62+58=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 58 (23.05% from 255 or 26.48% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #633E3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633E3A is #9CC1C5. Grayscale: #484848. Windows color (decimal): -10273222 or 3817059. OLE color: 3817059.
HSL color Cylindrical-coordinate representation of color #633E3A: hue angle of 5.85º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #633E3A is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 62 | 58 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.61 |
| HSL | 5.85º | 0.26% | 0.31% | - |
| HSV(B) | 5.85º | 0.41% | 0.39% | - |
| XYZ | 7.63 | 6.4 | 4.84 | - |
| YUV | 72.61 | 119.76 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 62 | 58 | 0 | 0.37 | 0.41 | 0.61 | 5.85 | 0.26 | 0.31 |
| Hex | 63 | 3E | 3A | 0 | 25 | 29 | 3D | 6 | 1A | 1F |
| Octal | 143 | 76 | 72 | 0 | 45 | 51 | 75 | 6 | 32 | 37 |
| Binary | 1100011 | 111110 | 111010 | 0 | 100101 | 101001 | 111101 | 110 | 11010 | 11111 |
Color Harmonies of #633E3A
Complementary color
Monochromatic Colors of #633E3A
Black with #633E3A
Text Example
Text Example
White with #633E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633E3A; }
p { color: rgb(99,62,58); }
H1.HeaderClassName
{
color: #633E3A;
}
.AnyTagClassName
{
color: #633E3A;
}
</style>
background-color css
<style>
a { background-color: #633E3A; }
a { background-color: rgb(99,62,58); }
div.DivClassName
{
background-color: #633E3A;
}
.BgClassName
{
background-color: #633E3A;
}
</style>
border-color css
<style>
span { border-color: #633E3A; }
span { border-color: rgb(99,62,58); }
td.TdClassName
{
border-color: #633E3A;
}
.TagClassName
{
border-color: #633E3A;
}
</style>