Shades of Metallic Copper #67433A
Tints of Metallic Copper #67433A
RGB
CMYK
RGB Variations
Color information
#67433A (or 0x67433A) is known color: Metallic Copper. HEX triplet: 67, 43 and 3A. RGB value is (103,67,58). Sum of RGB (Red+Green+Blue) = 103+67+58=228 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.18% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 58 (23.05% from 255 or 25.44% from 228); Max value from RGB is 103 - color contains mainly: red. Hex color #67433A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67433A is #98BCC5. Grayscale: #4C4C4C. Windows color (decimal): -10009798 or 3818343. OLE color: 3818343.
HSL color Cylindrical-coordinate representation of color #67433A: hue angle of 12º 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 #67433A is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 67 | 58 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.60 |
| HSL | 12º | 0.28% | 0.32% | - |
| HSV(B) | 12º | 0.44% | 0.4% | - |
| XYZ | 8.36 | 7.2 | 4.95 | - |
| YUV | 76.74 | 117.43 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 67 | 58 | 0 | 0.35 | 0.44 | 0.60 | 12 | 0.28 | 0.32 |
| Hex | 67 | 43 | 3A | 0 | 23 | 2C | 3C | C | 1C | 20 |
| Octal | 147 | 103 | 72 | 0 | 43 | 54 | 74 | 14 | 34 | 40 |
| Binary | 1100111 | 1000011 | 111010 | 0 | 100011 | 101100 | 111100 | 1100 | 11100 | 100000 |
Color Harmonies of #67433A
Complementary color
Monochromatic Colors of #67433A
Black with #67433A
Text Example
Text Example
White with #67433A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67433A; }
p { color: rgb(103,67,58); }
H1.HeaderClassName
{
color: #67433A;
}
.AnyTagClassName
{
color: #67433A;
}
</style>
background-color css
<style>
a { background-color: #67433A; }
a { background-color: rgb(103,67,58); }
div.DivClassName
{
background-color: #67433A;
}
.BgClassName
{
background-color: #67433A;
}
</style>
border-color css
<style>
span { border-color: #67433A; }
span { border-color: rgb(103,67,58); }
td.TdClassName
{
border-color: #67433A;
}
.TagClassName
{
border-color: #67433A;
}
</style>