Shades of Metallic Copper #65413D
Tints of Metallic Copper #65413D
RGB
CMYK
RGB Variations
Color information
#65413D (or 0x65413D) is known color: Metallic Copper. HEX triplet: 65, 41 and 3D. RGB value is (101,65,61). Sum of RGB (Red+Green+Blue) = 101+65+61=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #65413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65413D is #9ABEC2. Grayscale: #4B4B4B. Windows color (decimal): -10141379 or 4014437. OLE color: 4014437.
HSL color Cylindrical-coordinate representation of color #65413D: hue angle of 6º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65413D is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 65 | 61 | - |
| CMYK | 0 | 0.36 | 0.40 | 0.60 |
| HSL | 6º | 0.25% | 0.32% | - |
| HSV(B) | 6º | 0.4% | 0.4% | - |
| XYZ | 8.1 | 6.88 | 5.32 | - |
| YUV | 75.31 | 119.93 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 65 | 61 | 0 | 0.36 | 0.40 | 0.60 | 6 | 0.25 | 0.32 |
| Hex | 65 | 41 | 3D | 0 | 24 | 28 | 3C | 6 | 19 | 20 |
| Octal | 145 | 101 | 75 | 0 | 44 | 50 | 74 | 6 | 31 | 40 |
| Binary | 1100101 | 1000001 | 111101 | 0 | 100100 | 101000 | 111100 | 110 | 11001 | 100000 |
Color Harmonies of #65413D
Complementary color
Monochromatic Colors of #65413D
Black with #65413D
Text Example
Text Example
White with #65413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65413D; }
p { color: rgb(101,65,61); }
H1.HeaderClassName
{
color: #65413D;
}
.AnyTagClassName
{
color: #65413D;
}
</style>
background-color css
<style>
a { background-color: #65413D; }
a { background-color: rgb(101,65,61); }
div.DivClassName
{
background-color: #65413D;
}
.BgClassName
{
background-color: #65413D;
}
</style>
border-color css
<style>
span { border-color: #65413D; }
span { border-color: rgb(101,65,61); }
td.TdClassName
{
border-color: #65413D;
}
.TagClassName
{
border-color: #65413D;
}
</style>