#684338

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

Shades of Metallic Copper #684338

Tints of Metallic Copper #684338

Color information

#684338 (or 0x684338) is unknown color: approx Metallic Copper. HEX triplet: 68, 43 and 38. RGB value is (104,67,56). Sum of RGB (Red+Green+Blue) = 104+67+56=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #684338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684338 is #97BCC7. Grayscale: #4C4C4C. Windows color (decimal): -9944264 or 3687272. OLE color: 3687272.

HSL color Cylindrical-coordinate representation of color #684338: hue angle of 13.75º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #684338 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.59.

Color convert

RGB1046756-
CMYK00.360.460.59
HSL13.75º30%31.37%-
HSV(B)13.75º46.15%40.78%-
XYZ8.437.244.7-
YUV76.81116.26147.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.81%
GREEN value IS 67 (26.56% from 255) = 29.52%
BLUE value IS 56 (22.27% from 255) = 24.67%
R=45.81%
G=29.52%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104675600.360.460.5913.753031.37
Hex6843380242E3Be1e1f
Octal150103700445673163637
Binary11010001000011111000010010010111011101111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684338; }

 p { color: rgb(104,67,56); }

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

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

 a { background-color: rgb(104,67,56); }

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

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

 span { border-color: rgb(104,67,56); }

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