Shades of Metallic Copper #61423D
Tints of Metallic Copper #61423D
RGB
CMYK
RGB Variations
Color information
#61423D (or 0x61423D) is known color: Metallic Copper. HEX triplet: 61, 42 and 3D. RGB value is (97,66,61). Sum of RGB (Red+Green+Blue) = 97+66+61=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #61423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61423D is #9EBDC2. Grayscale: #4A4A4A. Windows color (decimal): -10403267 or 4014689. OLE color: 4014689.
HSL color Cylindrical-coordinate representation of color #61423D: hue angle of 8.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61423D is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 66 | 61 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.62 |
| HSL | 8.33º | 0.23% | 0.31% | - |
| HSV(B) | 8.33º | 0.37% | 0.38% | - |
| XYZ | 7.72 | 6.77 | 5.32 | - |
| YUV | 74.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 66 | 61 | 0 | 0.32 | 0.37 | 0.62 | 8.33 | 0.23 | 0.31 |
| Hex | 61 | 42 | 3D | 0 | 20 | 25 | 3E | 8 | 17 | 1F |
| Octal | 141 | 102 | 75 | 0 | 40 | 45 | 76 | 10 | 27 | 37 |
| Binary | 1100001 | 1000010 | 111101 | 0 | 100000 | 100101 | 111110 | 1000 | 10111 | 11111 |
Color Harmonies of #61423D
Complementary color
Monochromatic Colors of #61423D
Black with #61423D
Text Example
Text Example
White with #61423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61423D; }
p { color: rgb(97,66,61); }
H1.HeaderClassName
{
color: #61423D;
}
.AnyTagClassName
{
color: #61423D;
}
</style>
background-color css
<style>
a { background-color: #61423D; }
a { background-color: rgb(97,66,61); }
div.DivClassName
{
background-color: #61423D;
}
.BgClassName
{
background-color: #61423D;
}
</style>
border-color css
<style>
span { border-color: #61423D; }
span { border-color: rgb(97,66,61); }
td.TdClassName
{
border-color: #61423D;
}
.TagClassName
{
border-color: #61423D;
}
</style>