#684235

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

Shades of Metallic Copper #684235

Tints of Metallic Copper #684235

Color information

#684235 (or 0x684235) is unknown color: approx Metallic Copper. HEX triplet: 68, 42 and 35. RGB value is (104,66,53). Sum of RGB (Red+Green+Blue) = 104+66+53=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 53 (21.09% from 255 or 23.77% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #684235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684235 is #97BDCA. Grayscale: #4B4B4B. Windows color (decimal): -9944523 or 3490408. OLE color: 3490408.

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

Color convert

RGB1046653-
CMYK00.370.490.59
HSL15.29º32.48%30.78%-
HSV(B)15.29º49.04%40.78%-
XYZ8.37.14.3-
YUV75.88115.09148.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.64%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 53 (21.09% from 255) = 23.77%
R=46.64%
G=29.60%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104665300.370.490.5915.2932.4830.78
Hex684235025313Bf201f
Octal150102650456173174037
Binary110100010000101101010100101110001111011111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684235; }

 p { color: rgb(104,66,53); }

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

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

 a { background-color: rgb(104,66,53); }

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

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

 span { border-color: rgb(104,66,53); }

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