Shades of Metallic Copper #67443B
Tints of Metallic Copper #67443B
RGB
CMYK
RGB Variations
Color information
#67443B (or 0x67443B) is known color: Metallic Copper. HEX triplet: 67, 44 and 3B. RGB value is (103,68,59). Sum of RGB (Red+Green+Blue) = 103+68+59=230 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.78% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 59 (23.44% from 255 or 25.65% from 230); Max value from RGB is 103 - color contains mainly: red. Hex color #67443B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67443B is #98BBC4. Grayscale: #4D4D4D. Windows color (decimal): -10009541 or 3884135. OLE color: 3884135.
HSL color Cylindrical-coordinate representation of color #67443B: hue angle of 12.27º 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 #67443B is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 68 | 59 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.60 |
| HSL | 12.27º | 0.27% | 0.32% | - |
| HSV(B) | 12.27º | 0.43% | 0.4% | - |
| XYZ | 8.45 | 7.33 | 5.11 | - |
| YUV | 77.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 68 | 59 | 0 | 0.34 | 0.43 | 0.60 | 12.27 | 0.27 | 0.32 |
| Hex | 67 | 44 | 3B | 0 | 22 | 2B | 3C | C | 1B | 20 |
| Octal | 147 | 104 | 73 | 0 | 42 | 53 | 74 | 14 | 33 | 40 |
| Binary | 1100111 | 1000100 | 111011 | 0 | 100010 | 101011 | 111100 | 1100 | 11011 | 100000 |
Color Harmonies of #67443B
Complementary color
Monochromatic Colors of #67443B
Black with #67443B
Text Example
Text Example
White with #67443B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67443B; }
p { color: rgb(103,68,59); }
H1.HeaderClassName
{
color: #67443B;
}
.AnyTagClassName
{
color: #67443B;
}
</style>
background-color css
<style>
a { background-color: #67443B; }
a { background-color: rgb(103,68,59); }
div.DivClassName
{
background-color: #67443B;
}
.BgClassName
{
background-color: #67443B;
}
</style>
border-color css
<style>
span { border-color: #67443B; }
span { border-color: rgb(103,68,59); }
td.TdClassName
{
border-color: #67443B;
}
.TagClassName
{
border-color: #67443B;
}
</style>