Shades of Metallic Copper #65433E
Tints of Metallic Copper #65433E
RGB
CMYK
RGB Variations
Color information
#65433E (or 0x65433E) is known color: Metallic Copper. HEX triplet: 65, 43 and 3E. RGB value is (101,67,62). Sum of RGB (Red+Green+Blue) = 101+67+62=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 101 - color contains mainly: red. Hex color #65433E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65433E is #9ABCC1. Grayscale: #4C4C4C. Windows color (decimal): -10140866 or 4080485. OLE color: 4080485.
HSL color Cylindrical-coordinate representation of color #65433E: hue angle of 7.69º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65433E is Cyan = 0, Magento = 0.34, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 67 | 62 | - |
| CMYK | 0 | 0.34 | 0.39 | 0.60 |
| HSL | 7.69º | 0.24% | 0.32% | - |
| HSV(B) | 7.69º | 0.39% | 0.4% | - |
| XYZ | 8.24 | 7.13 | 5.5 | - |
| YUV | 76.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 62 | 0 | 0.34 | 0.39 | 0.60 | 7.69 | 0.24 | 0.32 |
| Hex | 65 | 43 | 3E | 0 | 22 | 27 | 3C | 8 | 18 | 20 |
| Octal | 145 | 103 | 76 | 0 | 42 | 47 | 74 | 10 | 30 | 40 |
| Binary | 1100101 | 1000011 | 111110 | 0 | 100010 | 100111 | 111100 | 1000 | 11000 | 100000 |
Color Harmonies of #65433E
Complementary color
Monochromatic Colors of #65433E
Black with #65433E
Text Example
Text Example
White with #65433E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65433E; }
p { color: rgb(101,67,62); }
H1.HeaderClassName
{
color: #65433E;
}
.AnyTagClassName
{
color: #65433E;
}
</style>
background-color css
<style>
a { background-color: #65433E; }
a { background-color: rgb(101,67,62); }
div.DivClassName
{
background-color: #65433E;
}
.BgClassName
{
background-color: #65433E;
}
</style>
border-color css
<style>
span { border-color: #65433E; }
span { border-color: rgb(101,67,62); }
td.TdClassName
{
border-color: #65433E;
}
.TagClassName
{
border-color: #65433E;
}
</style>