Shades of Metallic Copper #65443D
Tints of Metallic Copper #65443D
RGB
CMYK
RGB Variations
Color information
#65443D (or 0x65443D) is known color: Metallic Copper. HEX triplet: 65, 44 and 3D. RGB value is (101,68,61). Sum of RGB (Red+Green+Blue) = 101+68+61=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #65443D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65443D is #9ABBC2. Grayscale: #4D4D4D. Windows color (decimal): -10140611 or 4015205. OLE color: 4015205.
HSL color Cylindrical-coordinate representation of color #65443D: hue angle of 10.5º 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 #65443D is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 68 | 61 | - |
| CMYK | 0 | 0.33 | 0.40 | 0.60 |
| HSL | 10.5º | 0.25% | 0.32% | - |
| HSV(B) | 10.5º | 0.4% | 0.4% | - |
| XYZ | 8.28 | 7.24 | 5.38 | - |
| YUV | 77.07 | 118.93 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 68 | 61 | 0 | 0.33 | 0.40 | 0.60 | 10.5 | 0.25 | 0.32 |
| Hex | 65 | 44 | 3D | 0 | 21 | 28 | 3C | A | 19 | 20 |
| Octal | 145 | 104 | 75 | 0 | 41 | 50 | 74 | 12 | 31 | 40 |
| Binary | 1100101 | 1000100 | 111101 | 0 | 100001 | 101000 | 111100 | 1010 | 11001 | 100000 |
Color Harmonies of #65443D
Complementary color
Monochromatic Colors of #65443D
Black with #65443D
Text Example
Text Example
White with #65443D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65443D; }
p { color: rgb(101,68,61); }
H1.HeaderClassName
{
color: #65443D;
}
.AnyTagClassName
{
color: #65443D;
}
</style>
background-color css
<style>
a { background-color: #65443D; }
a { background-color: rgb(101,68,61); }
div.DivClassName
{
background-color: #65443D;
}
.BgClassName
{
background-color: #65443D;
}
</style>
border-color css
<style>
span { border-color: #65443D; }
span { border-color: rgb(101,68,61); }
td.TdClassName
{
border-color: #65443D;
}
.TagClassName
{
border-color: #65443D;
}
</style>