Shades of Metallic Copper #633E39
Tints of Metallic Copper #633E39
RGB
CMYK
RGB Variations
Color information
#633E39 (or 0x633E39) is known color: Metallic Copper. HEX triplet: 63, 3E and 39. RGB value is (99,62,57). Sum of RGB (Red+Green+Blue) = 99+62+57=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #633E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633E39 is #9CC1C6. Grayscale: #484848. Windows color (decimal): -10273223 or 3751523. OLE color: 3751523.
HSL color Cylindrical-coordinate representation of color #633E39: hue angle of 7.14º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #633E39 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 62 | 57 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.61 |
| HSL | 7.14º | 0.27% | 0.31% | - |
| HSV(B) | 7.14º | 0.42% | 0.39% | - |
| XYZ | 7.61 | 6.39 | 4.7 | - |
| YUV | 72.49 | 119.26 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 62 | 57 | 0 | 0.37 | 0.42 | 0.61 | 7.14 | 0.27 | 0.31 |
| Hex | 63 | 3E | 39 | 0 | 25 | 2A | 3D | 7 | 1B | 1F |
| Octal | 143 | 76 | 71 | 0 | 45 | 52 | 75 | 7 | 33 | 37 |
| Binary | 1100011 | 111110 | 111001 | 0 | 100101 | 101010 | 111101 | 111 | 11011 | 11111 |
Color Harmonies of #633E39
Complementary color
Monochromatic Colors of #633E39
Black with #633E39
Text Example
Text Example
White with #633E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633E39; }
p { color: rgb(99,62,57); }
H1.HeaderClassName
{
color: #633E39;
}
.AnyTagClassName
{
color: #633E39;
}
</style>
background-color css
<style>
a { background-color: #633E39; }
a { background-color: rgb(99,62,57); }
div.DivClassName
{
background-color: #633E39;
}
.BgClassName
{
background-color: #633E39;
}
</style>
border-color css
<style>
span { border-color: #633E39; }
span { border-color: rgb(99,62,57); }
td.TdClassName
{
border-color: #633E39;
}
.TagClassName
{
border-color: #633E39;
}
</style>