#6A433F

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

Shades of Metallic Copper #6A433F

Tints of Metallic Copper #6A433F

Color information

#6A433F (or 0x6A433F) is unknown color: approx Metallic Copper. HEX triplet: 6A, 43 and 3F. RGB value is (106,67,63). Sum of RGB (Red+Green+Blue) = 106+67+63=236 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.92% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 106 - color contains mainly: red. Hex color #6A433F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A433F is #95BCC0. Grayscale: #4E4E4E. Windows color (decimal): -9813185 or 4146026. OLE color: 4146026.

HSL color Cylindrical-coordinate representation of color #6A433F: hue angle of 5.58º 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 #6A433F is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.58.

Color convert

RGB1066763-
CMYK00.370.410.58
HSL5.58º25.44%33.14%-
HSV(B)5.58º40.57%41.57%-
XYZ8.857.445.67-
YUV78.2119.42147.83-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 44.92%
GREEN value IS 67 (26.56% from 255) = 28.39%
BLUE value IS 63 (25% from 255) = 26.69%
R=44.92%
G=28.39%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106676300.370.410.585.5825.4433.14
Hex6A433F025293A61921
Octal15210377045517263141
Binary11010101000011111111010010110100111101011011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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