#673932

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

Shades of Metallic Copper #673932

Tints of Metallic Copper #673932

Color information

#673932 (or 0x673932) is unknown color: approx Metallic Copper. HEX triplet: 67, 39 and 32. RGB value is (103,57,50). Sum of RGB (Red+Green+Blue) = 103+57+50=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 103 - color contains mainly: red. Hex color #673932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673932 is #98C6CD. Grayscale: #464646. Windows color (decimal): -10012366 or 3291495. OLE color: 3291495.

HSL color Cylindrical-coordinate representation of color #673932: hue angle of 7.92º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #673932 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB1035750-
CMYK00.450.510.60
HSL7.92º34.64%30%-
HSV(B)7.92º51.46%40.39%-
XYZ7.636.043.78-
YUV69.96116.74151.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.05%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 50 (19.92% from 255) = 23.81%
R=49.05%
G=27.14%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103575000.450.510.607.9234.6430
Hex67393202D333C8231e
Octal14771620556374104336
Binary11001111110011100100101101110011111100100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673932; }

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

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

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

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

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

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

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

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