Shades of Metallic Copper #65423B
Tints of Metallic Copper #65423B
RGB
CMYK
RGB Variations
Color information
#65423B (or 0x65423B) is known color: Metallic Copper. HEX triplet: 65, 42 and 3B. RGB value is (101,66,59). Sum of RGB (Red+Green+Blue) = 101+66+59=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 59 (23.44% from 255 or 26.11% from 226); Max value from RGB is 101 - color contains mainly: red. Hex color #65423B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65423B is #9ABDC4. Grayscale: #4B4B4B. Windows color (decimal): -10141125 or 3883621. OLE color: 3883621.
HSL color Cylindrical-coordinate representation of color #65423B: hue angle of 10º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65423B is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 66 | 59 | - |
| CMYK | 0 | 0.35 | 0.42 | 0.60 |
| HSL | 10º | 0.26% | 0.31% | - |
| HSV(B) | 10º | 0.42% | 0.4% | - |
| XYZ | 8.1 | 6.98 | 5.06 | - |
| YUV | 75.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 66 | 59 | 0 | 0.35 | 0.42 | 0.60 | 10 | 0.26 | 0.31 |
| Hex | 65 | 42 | 3B | 0 | 23 | 2A | 3C | A | 1A | 1F |
| Octal | 145 | 102 | 73 | 0 | 43 | 52 | 74 | 12 | 32 | 37 |
| Binary | 1100101 | 1000010 | 111011 | 0 | 100011 | 101010 | 111100 | 1010 | 11010 | 11111 |
Color Harmonies of #65423B
Complementary color
Monochromatic Colors of #65423B
Black with #65423B
Text Example
Text Example
White with #65423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65423B; }
p { color: rgb(101,66,59); }
H1.HeaderClassName
{
color: #65423B;
}
.AnyTagClassName
{
color: #65423B;
}
</style>
background-color css
<style>
a { background-color: #65423B; }
a { background-color: rgb(101,66,59); }
div.DivClassName
{
background-color: #65423B;
}
.BgClassName
{
background-color: #65423B;
}
</style>
border-color css
<style>
span { border-color: #65423B; }
span { border-color: rgb(101,66,59); }
td.TdClassName
{
border-color: #65423B;
}
.TagClassName
{
border-color: #65423B;
}
</style>