Shades of Metallic Copper #65423A
Tints of Metallic Copper #65423A
RGB
CMYK
RGB Variations
Color information
#65423A (or 0x65423A) is known color: Metallic Copper. HEX triplet: 65, 42 and 3A. RGB value is (101,66,58). Sum of RGB (Red+Green+Blue) = 101+66+58=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 101 - color contains mainly: red. Hex color #65423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65423A is #9ABDC5. Grayscale: #4B4B4B. Windows color (decimal): -10141126 or 3818085. OLE color: 3818085.
HSL color Cylindrical-coordinate representation of color #65423A: hue angle of 11.16º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65423A is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 66 | 58 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.60 |
| HSL | 11.16º | 0.27% | 0.31% | - |
| HSV(B) | 11.16º | 0.43% | 0.4% | - |
| XYZ | 8.08 | 6.97 | 4.92 | - |
| YUV | 75.55 | 118.1 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 58 | 0 | 0.35 | 0.43 | 0.60 | 11.16 | 0.27 | 0.31 |
| Hex | 65 | 42 | 3A | 0 | 23 | 2B | 3C | B | 1B | 1F |
| Octal | 145 | 102 | 72 | 0 | 43 | 53 | 74 | 13 | 33 | 37 |
| Binary | 1100101 | 1000010 | 111010 | 0 | 100011 | 101011 | 111100 | 1011 | 11011 | 11111 |
Color Harmonies of #65423A
Complementary color
Monochromatic Colors of #65423A
Black with #65423A
Text Example
Text Example
White with #65423A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65423A; }
p { color: rgb(101,66,58); }
H1.HeaderClassName
{
color: #65423A;
}
.AnyTagClassName
{
color: #65423A;
}
</style>
background-color css
<style>
a { background-color: #65423A; }
a { background-color: rgb(101,66,58); }
div.DivClassName
{
background-color: #65423A;
}
.BgClassName
{
background-color: #65423A;
}
</style>
border-color css
<style>
span { border-color: #65423A; }
span { border-color: rgb(101,66,58); }
td.TdClassName
{
border-color: #65423A;
}
.TagClassName
{
border-color: #65423A;
}
</style>