#65423B

Color #65423B Metallic Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Copper #65423B

Tints of Metallic Copper #65423B

Color information

#65423B (or 0x65423B) is unknown color: approx 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

RGB1016659-
CMYK00.350.420.60
HSL10º26.25%31.37%-
HSV(B)10º41.58%39.61%-
XYZ8.16.985.06-
YUV75.67118.6146.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 44.69%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 59 (23.44% from 255) = 26.11%
R=44.69%
G=29.20%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101665900.350.420.601026.2531.37
Hex65423B0232A3Ca1a1f
Octal145102730435274123237
Binary11001011000010111011010001110101011110010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>