#65413B

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

Shades of Metallic Copper #65413B

Tints of Metallic Copper #65413B

Color information

#65413B (or 0x65413B) is unknown color: approx Metallic Copper. HEX triplet: 65, 41 and 3B. RGB value is (101,65,59). Sum of RGB (Red+Green+Blue) = 101+65+59=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 101 - color contains mainly: red. Hex color #65413B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65413B is #9ABEC4. Grayscale: #4B4B4B. Windows color (decimal): -10141381 or 3883365. OLE color: 3883365.

HSL color Cylindrical-coordinate representation of color #65413B: hue angle of 8.57º 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 #65413B is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.60.

Color convert

RGB1016559-
CMYK00.360.420.60
HSL8.57º26.25%31.37%-
HSV(B)8.57º41.58%39.61%-
XYZ8.056.865.04-
YUV75.08118.93146.49-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.89%
GREEN value IS 65 (25.78% from 255) = 28.89%
BLUE value IS 59 (23.44% from 255) = 26.22%
R=44.89%
G=28.89%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101655900.360.420.608.5726.2531.37
Hex65413B0242A3C91a1f
Octal145101730445274113237
Binary11001011000001111011010010010101011110010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65413B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65413B; }

 p { color: rgb(101,65,59); }

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

<style>
 a { background-color: #65413B; }

 a { background-color: rgb(101,65,59); }

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

<style>
 span { border-color: #65413B; }

 span { border-color: rgb(101,65,59); }

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