Shades of Metallic Copper #613F3A
Tints of Metallic Copper #613F3A
RGB
CMYK
RGB Variations
Color information
#613F3A (or 0x613F3A) is known color: Metallic Copper. HEX triplet: 61, 3F and 3A. RGB value is (97,63,58). Sum of RGB (Red+Green+Blue) = 97+63+58=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #613F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F3A is #9EC0C5. Grayscale: #484848. Windows color (decimal): -10404038 or 3817313. OLE color: 3817313.
HSL color Cylindrical-coordinate representation of color #613F3A: hue angle of 7.69º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #613F3A is Cyan = 0, Magento = 0.35, Yellow = 0.40 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 63 | 58 | - |
| CMYK | 0 | 0.35 | 0.40 | 0.62 |
| HSL | 7.69º | 0.25% | 0.3% | - |
| HSV(B) | 7.69º | 0.4% | 0.38% | - |
| XYZ | 7.47 | 6.4 | 4.84 | - |
| YUV | 72.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 58 | 0 | 0.35 | 0.40 | 0.62 | 7.69 | 0.25 | 0.3 |
| Hex | 61 | 3F | 3A | 0 | 23 | 28 | 3E | 8 | 19 | 1E |
| Octal | 141 | 77 | 72 | 0 | 43 | 50 | 76 | 10 | 31 | 36 |
| Binary | 1100001 | 111111 | 111010 | 0 | 100011 | 101000 | 111110 | 1000 | 11001 | 11110 |
Color Harmonies of #613F3A
Complementary color
Monochromatic Colors of #613F3A
Black with #613F3A
Text Example
Text Example
White with #613F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F3A; }
p { color: rgb(97,63,58); }
H1.HeaderClassName
{
color: #613F3A;
}
.AnyTagClassName
{
color: #613F3A;
}
</style>
background-color css
<style>
a { background-color: #613F3A; }
a { background-color: rgb(97,63,58); }
div.DivClassName
{
background-color: #613F3A;
}
.BgClassName
{
background-color: #613F3A;
}
</style>
border-color css
<style>
span { border-color: #613F3A; }
span { border-color: rgb(97,63,58); }
td.TdClassName
{
border-color: #613F3A;
}
.TagClassName
{
border-color: #613F3A;
}
</style>