Shades of Metallic Copper #613F38
Tints of Metallic Copper #613F38
RGB
CMYK
RGB Variations
Color information
#613F38 (or 0x613F38) is known color: Metallic Copper. HEX triplet: 61, 3F and 38. RGB value is (97,63,56). Sum of RGB (Red+Green+Blue) = 97+63+56=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 56 (22.27% from 255 or 25.93% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #613F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613F38 is #9EC0C7. Grayscale: #484848. Windows color (decimal): -10404040 or 3686241. OLE color: 3686241.
HSL color Cylindrical-coordinate representation of color #613F38: hue angle of 10.24º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #613F38 is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 63 | 56 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.62 |
| HSL | 10.24º | 0.27% | 0.3% | - |
| HSV(B) | 10.24º | 0.42% | 0.38% | - |
| XYZ | 7.42 | 6.38 | 4.58 | - |
| YUV | 72.37 | 118.76 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 63 | 56 | 0 | 0.35 | 0.42 | 0.62 | 10.24 | 0.27 | 0.3 |
| Hex | 61 | 3F | 38 | 0 | 23 | 2A | 3E | A | 1B | 1E |
| Octal | 141 | 77 | 70 | 0 | 43 | 52 | 76 | 12 | 33 | 36 |
| Binary | 1100001 | 111111 | 111000 | 0 | 100011 | 101010 | 111110 | 1010 | 11011 | 11110 |
Color Harmonies of #613F38
Complementary color
Monochromatic Colors of #613F38
Black with #613F38
Text Example
Text Example
White with #613F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #613F38; }
p { color: rgb(97,63,56); }
H1.HeaderClassName
{
color: #613F38;
}
.AnyTagClassName
{
color: #613F38;
}
</style>
background-color css
<style>
a { background-color: #613F38; }
a { background-color: rgb(97,63,56); }
div.DivClassName
{
background-color: #613F38;
}
.BgClassName
{
background-color: #613F38;
}
</style>
border-color css
<style>
span { border-color: #613F38; }
span { border-color: rgb(97,63,56); }
td.TdClassName
{
border-color: #613F38;
}
.TagClassName
{
border-color: #613F38;
}
</style>