#65423E

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

Shades of Metallic Copper #65423E

Tints of Metallic Copper #65423E

Color information

#65423E (or 0x65423E) is unknown color: approx Metallic Copper. HEX triplet: 65, 42 and 3E. RGB value is (101,66,62). Sum of RGB (Red+Green+Blue) = 101+66+62=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 101 - color contains mainly: red. Hex color #65423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65423E is #9ABDC1. Grayscale: #4C4C4C. Windows color (decimal): -10141122 or 4080229. OLE color: 4080229.

HSL color Cylindrical-coordinate representation of color #65423E: hue angle of 6.15º 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 #65423E is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.60.

Color convert

RGB1016662-
CMYK00.350.390.60
HSL6.15º23.93%31.96%-
HSV(B)6.15º38.61%39.61%-
XYZ8.187.015.48-
YUV76.01120.1145.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.10%
GREEN value IS 66 (26.17% from 255) = 28.82%
BLUE value IS 62 (24.61% from 255) = 27.07%
R=44.10%
G=28.82%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101666200.350.390.606.1523.9331.96
Hex65423E023273C61820
Octal14510276043477463040
Binary11001011000010111110010001110011111110011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65423E; }

 p { color: rgb(101,66,62); }

 H1.HeaderClassName
 {
   color: #65423E;
 }
 .AnyTagClassName
 {
   color: #65423E;
 }
</style>
background-color css

<style>
 a { background-color: #65423E; }

 a { background-color: rgb(101,66,62); }

 div.DivClassName
 {
   background-color: #65423E;
 }
 .BgClassName
 {
   background-color: #65423E;
 }
</style>
border-color css

<style>
 span { border-color: #65423E; }

 span { border-color: rgb(101,66,62); }

 td.TdClassName
 {
   border-color: #65423E;
 }
 .TagClassName
 {
   border-color: #65423E;
 }
</style>