#6A413C

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

Shades of Metallic Copper #6A413C

Tints of Metallic Copper #6A413C

Color information

#6A413C (or 0x6A413C) is unknown color: approx Metallic Copper. HEX triplet: 6A, 41 and 3C. RGB value is (106,65,60). Sum of RGB (Red+Green+Blue) = 106+65+60=231 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.89% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 60 (23.83% from 255 or 25.97% from 231); Max value from RGB is 106 - color contains mainly: red. Hex color #6A413C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A413C is #95BEC3. Grayscale: #4C4C4C. Windows color (decimal): -9813700 or 3948906. OLE color: 3948906.

HSL color Cylindrical-coordinate representation of color #6A413C: hue angle of 6.52º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A413C is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB1066560-
CMYK00.390.430.58
HSL6.52º27.71%32.55%-
HSV(B)6.52º43.4%41.57%-
XYZ8.657.175.2-
YUV76.69118.58148.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.89%
GREEN value IS 65 (25.78% from 255) = 28.14%
BLUE value IS 60 (23.83% from 255) = 25.97%
R=45.89%
G=28.14%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106656000.390.430.586.5227.7132.55
Hex6A413C0272B3A71c21
Octal15210174047537273441
Binary11010101000001111100010011110101111101011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A413C; }

 p { color: rgb(106,65,60); }

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

<style>
 a { background-color: #6A413C; }

 a { background-color: rgb(106,65,60); }

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

<style>
 span { border-color: #6A413C; }

 span { border-color: rgb(106,65,60); }

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