Shades of Metallic Copper #633D38
Tints of Metallic Copper #633D38
RGB
CMYK
RGB Variations
Color information
#633D38 (or 0x633D38) is known color: Metallic Copper. HEX triplet: 63, 3D and 38. RGB value is (99,61,56). Sum of RGB (Red+Green+Blue) = 99+61+56=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 61 (24.22% from 255 or 28.24% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #633D38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633D38 is #9CC2C7. Grayscale: #474747. Windows color (decimal): -10273480 or 3685731. OLE color: 3685731.
HSL color Cylindrical-coordinate representation of color #633D38: hue angle of 6.98º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #633D38 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 61 | 56 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.61 |
| HSL | 6.98º | 0.28% | 0.3% | - |
| HSV(B) | 6.98º | 0.43% | 0.39% | - |
| XYZ | 7.53 | 6.28 | 4.56 | - |
| YUV | 71.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 61 | 56 | 0 | 0.38 | 0.43 | 0.61 | 6.98 | 0.28 | 0.3 |
| Hex | 63 | 3D | 38 | 0 | 26 | 2B | 3D | 7 | 1C | 1E |
| Octal | 143 | 75 | 70 | 0 | 46 | 53 | 75 | 7 | 34 | 36 |
| Binary | 1100011 | 111101 | 111000 | 0 | 100110 | 101011 | 111101 | 111 | 11100 | 11110 |
Color Harmonies of #633D38
Complementary color
Monochromatic Colors of #633D38
Black with #633D38
Text Example
Text Example
White with #633D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #633D38; }
p { color: rgb(99,61,56); }
H1.HeaderClassName
{
color: #633D38;
}
.AnyTagClassName
{
color: #633D38;
}
</style>
background-color css
<style>
a { background-color: #633D38; }
a { background-color: rgb(99,61,56); }
div.DivClassName
{
background-color: #633D38;
}
.BgClassName
{
background-color: #633D38;
}
</style>
border-color css
<style>
span { border-color: #633D38; }
span { border-color: rgb(99,61,56); }
td.TdClassName
{
border-color: #633D38;
}
.TagClassName
{
border-color: #633D38;
}
</style>