Shades of Metallic Copper #67423A
Tints of Metallic Copper #67423A
RGB
CMYK
RGB Variations
Color information
#67423A (or 0x67423A) is known color: Metallic Copper. HEX triplet: 67, 42 and 3A. RGB value is (103,66,58). Sum of RGB (Red+Green+Blue) = 103+66+58=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 103 - color contains mainly: red. Hex color #67423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67423A is #98BDC5. Grayscale: #4C4C4C. Windows color (decimal): -10010054 or 3818087. OLE color: 3818087.
HSL color Cylindrical-coordinate representation of color #67423A: hue angle of 10.67º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #67423A is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 66 | 58 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.60 |
| HSL | 10.67º | 0.28% | 0.32% | - |
| HSV(B) | 10.67º | 0.44% | 0.4% | - |
| XYZ | 8.31 | 7.09 | 4.93 | - |
| YUV | 76.15 | 117.76 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 58 | 0 | 0.36 | 0.44 | 0.60 | 10.67 | 0.28 | 0.32 |
| Hex | 67 | 42 | 3A | 0 | 24 | 2C | 3C | B | 1C | 20 |
| Octal | 147 | 102 | 72 | 0 | 44 | 54 | 74 | 13 | 34 | 40 |
| Binary | 1100111 | 1000010 | 111010 | 0 | 100100 | 101100 | 111100 | 1011 | 11100 | 100000 |
Color Harmonies of #67423A
Complementary color
Monochromatic Colors of #67423A
Black with #67423A
Text Example
Text Example
White with #67423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67423A; }
p { color: rgb(103,66,58); }
H1.HeaderClassName
{
color: #67423A;
}
.AnyTagClassName
{
color: #67423A;
}
</style>
background-color css
<style>
a { background-color: #67423A; }
a { background-color: rgb(103,66,58); }
div.DivClassName
{
background-color: #67423A;
}
.BgClassName
{
background-color: #67423A;
}
</style>
border-color css
<style>
span { border-color: #67423A; }
span { border-color: rgb(103,66,58); }
td.TdClassName
{
border-color: #67423A;
}
.TagClassName
{
border-color: #67423A;
}
</style>