Html Css Color HEX #684134 Metallic Copper

📋 copy color: '#684134'

red 104 ◦ green 65 ◦ blue 52

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

Shades of Metallic Copper #684134

Tints of Metallic Copper #684134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.41%

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

R = 47.06%
G = 29.41%
B = 23.53%

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

#684134 (or 0x684134) is known color: Metallic Copper. HEX triplet: 68, 41 and 34. RGB value is (104,65,52). Sum of RGB (Red+Green+Blue) = 104+65+52=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 52 (20.70% from 255 or 23.53% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #684134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684134 is #97BECB. Grayscale: #4B4B4B. Windows color (decimal): -9944780 or 3424616. OLE color: 3424616.

HSL color Cylindrical-coordinate representation of color #684134: hue angle of 15º 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 #684134 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 65 52 -
CMYK 0 0.38 0.50 0.59
HSL 15º 0.33% 0.31% -
HSV(B) 15º 0.5% 0.41% -
XYZ 8.22 6.97 4.16 -
YUV 75.18 114.92 148.56 -
System Red Green Blue C M Y K H S L
Decimal 104 65 52 0 0.38 0.50 0.59 15 0.33 0.31
Hex 68 41 34 0 26 32 3B F 21 1F
Octal 150 101 64 0 46 62 73 17 41 37
Binary 1101000 1000001 110100 0 100110 110010 111011 1111 100001 11111

Color Harmonies of #684134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684134

Black with #684134

Text Example


Text Example

White with #684134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684134; }

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

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

background-color css

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

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

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

border-color css

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

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

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