Shades of Metallic Copper #67453B
Tints of Metallic Copper #67453B
RGB
CMYK
RGB Variations
Color information
#67453B (or 0x67453B) is known color: Metallic Copper. HEX triplet: 67, 45 and 3B. RGB value is (103,69,59). Sum of RGB (Red+Green+Blue) = 103+69+59=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 69 (27.34% from 255 or 29.87% from 231); Blue value is 59 (23.44% from 255 or 25.54% from 231); Max value from RGB is 103 - color contains mainly: red. Hex color #67453B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67453B is #98BAC4. Grayscale: #4E4E4E. Windows color (decimal): -10009285 or 3884391. OLE color: 3884391.
HSL color Cylindrical-coordinate representation of color #67453B: hue angle of 13.64º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #67453B is Cyan = 0, Magento = 0.33, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 69 | 59 | - |
| CMYK | 0 | 0.33 | 0.43 | 0.60 |
| HSL | 13.64º | 0.27% | 0.32% | - |
| HSV(B) | 13.64º | 0.43% | 0.4% | - |
| XYZ | 8.51 | 7.46 | 5.13 | - |
| YUV | 78.03 | 117.26 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 69 | 59 | 0 | 0.33 | 0.43 | 0.60 | 13.64 | 0.27 | 0.32 |
| Hex | 67 | 45 | 3B | 0 | 21 | 2B | 3C | E | 1B | 20 |
| Octal | 147 | 105 | 73 | 0 | 41 | 53 | 74 | 16 | 33 | 40 |
| Binary | 1100111 | 1000101 | 111011 | 0 | 100001 | 101011 | 111100 | 1110 | 11011 | 100000 |
Color Harmonies of #67453B
Complementary color
Monochromatic Colors of #67453B
Black with #67453B
Text Example
Text Example
White with #67453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67453B; }
p { color: rgb(103,69,59); }
H1.HeaderClassName
{
color: #67453B;
}
.AnyTagClassName
{
color: #67453B;
}
</style>
background-color css
<style>
a { background-color: #67453B; }
a { background-color: rgb(103,69,59); }
div.DivClassName
{
background-color: #67453B;
}
.BgClassName
{
background-color: #67453B;
}
</style>
border-color css
<style>
span { border-color: #67453B; }
span { border-color: rgb(103,69,59); }
td.TdClassName
{
border-color: #67453B;
}
.TagClassName
{
border-color: #67453B;
}
</style>