Shades of Metallic Copper #673F36
Tints of Metallic Copper #673F36
RGB
CMYK
RGB Variations
Color information
#673F36 (or 0x673F36) is known color: Metallic Copper. HEX triplet: 67, 3F and 36. RGB value is (103,63,54). Sum of RGB (Red+Green+Blue) = 103+63+54=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 63 (25% from 255 or 28.64% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 103 - color contains mainly: red. Hex color #673F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673F36 is #98C0C9. Grayscale: #4A4A4A. Windows color (decimal): -10010826 or 3555175. OLE color: 3555175.
HSL color Cylindrical-coordinate representation of color #673F36: hue angle of 11.02º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #673F36 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 63 | 54 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.60 |
| HSL | 11.02º | 0.31% | 0.31% | - |
| HSV(B) | 11.02º | 0.48% | 0.4% | - |
| XYZ | 8.04 | 6.7 | 4.36 | - |
| YUV | 73.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 54 | 0 | 0.39 | 0.48 | 0.60 | 11.02 | 0.31 | 0.31 |
| Hex | 67 | 3F | 36 | 0 | 27 | 30 | 3C | B | 1F | 1F |
| Octal | 147 | 77 | 66 | 0 | 47 | 60 | 74 | 13 | 37 | 37 |
| Binary | 1100111 | 111111 | 110110 | 0 | 100111 | 110000 | 111100 | 1011 | 11111 | 11111 |
Color Harmonies of #673F36
Complementary color
Monochromatic Colors of #673F36
Black with #673F36
Text Example
Text Example
White with #673F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673F36; }
p { color: rgb(103,63,54); }
H1.HeaderClassName
{
color: #673F36;
}
.AnyTagClassName
{
color: #673F36;
}
</style>
background-color css
<style>
a { background-color: #673F36; }
a { background-color: rgb(103,63,54); }
div.DivClassName
{
background-color: #673F36;
}
.BgClassName
{
background-color: #673F36;
}
</style>
border-color css
<style>
span { border-color: #673F36; }
span { border-color: rgb(103,63,54); }
td.TdClassName
{
border-color: #673F36;
}
.TagClassName
{
border-color: #673F36;
}
</style>