#6A3932

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

Shades of Metallic Copper #6A3932

Tints of Metallic Copper #6A3932

Color information

#6A3932 (or 0x6A3932) is unknown color: approx Metallic Copper. HEX triplet: 6A, 39 and 32. RGB value is (106,57,50). Sum of RGB (Red+Green+Blue) = 106+57+50=213 (28% of max value = 765). Red value is 106 (41.80% from 255 or 49.77% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A3932 is #95C6CD. Grayscale: #464646. Windows color (decimal): -9815758 or 3291498. OLE color: 3291498.

HSL color Cylindrical-coordinate representation of color #6A3932: hue angle of 7.5º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A3932 is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.58.

Color convert

RGB1065750-
CMYK00.460.530.58
HSL7.5º35.9%30.59%-
HSV(B)7.5º52.83%41.57%-
XYZ7.986.223.8-
YUV70.85116.23153.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 49.77%
GREEN value IS 57 (22.66% from 255) = 26.76%
BLUE value IS 50 (19.92% from 255) = 23.47%
R=49.77%
G=26.76%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106575000.460.530.587.535.930.59
Hex6A393202E353A8241f
Octal15271620566572104437
Binary11010101110011100100101110110101111010100010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,57,50); }

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

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

 a { background-color: rgb(106,57,50); }

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

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

 span { border-color: rgb(106,57,50); }

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