Shades of Metallic Copper #67423C
Tints of Metallic Copper #67423C
RGB
CMYK
RGB Variations
Color information
#67423C (or 0x67423C) is known color: Metallic Copper. HEX triplet: 67, 42 and 3C. RGB value is (103,66,60). Sum of RGB (Red+Green+Blue) = 103+66+60=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 103 - color contains mainly: red. Hex color #67423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67423C is #98BDC3. Grayscale: #4C4C4C. Windows color (decimal): -10010052 or 3949159. OLE color: 3949159.
HSL color Cylindrical-coordinate representation of color #67423C: hue angle of 8.37º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #67423C is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 66 | 60 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.60 |
| HSL | 8.37º | 0.26% | 0.32% | - |
| HSV(B) | 8.37º | 0.42% | 0.4% | - |
| XYZ | 8.36 | 7.11 | 5.21 | - |
| YUV | 76.38 | 118.76 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 60 | 0 | 0.36 | 0.42 | 0.60 | 8.37 | 0.26 | 0.32 |
| Hex | 67 | 42 | 3C | 0 | 24 | 2A | 3C | 8 | 1A | 20 |
| Octal | 147 | 102 | 74 | 0 | 44 | 52 | 74 | 10 | 32 | 40 |
| Binary | 1100111 | 1000010 | 111100 | 0 | 100100 | 101010 | 111100 | 1000 | 11010 | 100000 |
Color Harmonies of #67423C
Complementary color
Monochromatic Colors of #67423C
Black with #67423C
Text Example
Text Example
White with #67423C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67423C; }
p { color: rgb(103,66,60); }
H1.HeaderClassName
{
color: #67423C;
}
.AnyTagClassName
{
color: #67423C;
}
</style>
background-color css
<style>
a { background-color: #67423C; }
a { background-color: rgb(103,66,60); }
div.DivClassName
{
background-color: #67423C;
}
.BgClassName
{
background-color: #67423C;
}
</style>
border-color css
<style>
span { border-color: #67423C; }
span { border-color: rgb(103,66,60); }
td.TdClassName
{
border-color: #67423C;
}
.TagClassName
{
border-color: #67423C;
}
</style>