#6A423F

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

Shades of Metallic Copper #6A423F

Tints of Metallic Copper #6A423F

Color information

#6A423F (or 0x6A423F) is unknown color: approx Metallic Copper. HEX triplet: 6A, 42 and 3F. RGB value is (106,66,63). Sum of RGB (Red+Green+Blue) = 106+66+63=235 (31% of max value = 765). Red value is 106 (41.80% from 255 or 45.11% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 106 - color contains mainly: red. Hex color #6A423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A423F is #95BDC0. Grayscale: #4D4D4D. Windows color (decimal): -9813441 or 4145770. OLE color: 4145770.

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

Color convert

RGB1066663-
CMYK00.380.410.58
HSL4.19º25.44%33.14%-
HSV(B)4.19º40.57%41.57%-
XYZ8.797.325.65-
YUV77.62119.75148.24-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 45.11%
GREEN value IS 66 (26.17% from 255) = 28.09%
BLUE value IS 63 (25% from 255) = 26.81%
R=45.11%
G=28.09%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106666300.380.410.584.1925.4433.14
Hex6A423F026293A41921
Octal15210277046517243141
Binary11010101000010111111010011010100111101010011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,66,63); }

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

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

 a { background-color: rgb(106,66,63); }

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

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

 span { border-color: rgb(106,66,63); }

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