Html Css Color HEX #684034 Metallic Copper

📋 copy color: '#684034'

red 104 ◦ green 64 ◦ blue 52

#684034
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Metallic Copper #684034

Tints of Metallic Copper #684034

RGB

 RED value IS 104 (41.02% from 255) = 47.27%

 GREEN value IS 64 (25.39% from 255) = 29.09%

 BLUE value IS 52 (20.7% from 255) = 23.64%

R = 47.27%
G = 29.09%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#684034 (or 0x684034) is known color: Metallic Copper. HEX triplet: 68, 40 and 34. RGB value is (104,64,52). Sum of RGB (Red+Green+Blue) = 104+64+52=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #684034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684034 is #97BFCB. Grayscale: #4A4A4A. Windows color (decimal): -9945036 or 3424360. OLE color: 3424360.

HSL color Cylindrical-coordinate representation of color #684034: hue angle of 13.85º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #684034 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 64 52 -
CMYK 0 0.38 0.50 0.59
HSL 13.85º 0.33% 0.31% -
HSV(B) 13.85º 0.5% 0.41% -
XYZ 8.16 6.86 4.14 -
YUV 74.59 115.25 148.98 -
System Red Green Blue C M Y K H S L
Decimal 104 64 52 0 0.38 0.50 0.59 13.85 0.33 0.31
Hex 68 40 34 0 26 32 3B E 21 1F
Octal 150 100 64 0 46 62 73 16 41 37
Binary 1101000 1000000 110100 0 100110 110010 111011 1110 100001 11111

Color Harmonies of #684034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684034

Black with #684034

Text Example


Text Example

White with #684034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684034; }

 p { color: rgb(104,64,52); }

 H1.HeaderClassName
 {
   color: #684034;
 }
 .AnyTagClassName
 {
   color: #684034;
 }
</style>

background-color css

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

 a { background-color: rgb(104,64,52); }

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

border-color css

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

 span { border-color: rgb(104,64,52); }

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