Html Css Color HEX #6D4034 Metallic Copper

📋 copy color: '#6D4034'

red 109 ◦ green 64 ◦ blue 52

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

Shades of Metallic Copper #6D4034

Tints of Metallic Copper #6D4034

RGB

 RED value IS 109 (42.97% from 255) = 48.44%

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

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

R = 48.44%
G = 28.44%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.57

RGB Variations

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

Color information

#6D4034 (or 0x6D4034) is known color: Metallic Copper. HEX triplet: 6D, 40 and 34. RGB value is (109,64,52). Sum of RGB (Red+Green+Blue) = 109+64+52=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 52 (20.70% from 255 or 23.11% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4034 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4034 is #92BFCB. Grayscale: #4C4C4C. Windows color (decimal): -9617356 or 3424365. OLE color: 3424365.

HSL color Cylindrical-coordinate representation of color #6D4034: hue angle of 12.63º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D4034 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 64 52 -
CMYK 0 0.41 0.52 0.57
HSL 12.63º 0.35% 0.32% -
HSV(B) 12.63º 0.52% 0.43% -
XYZ 8.76 7.17 4.17 -
YUV 76.09 114.41 151.48 -
System Red Green Blue C M Y K H S L
Decimal 109 64 52 0 0.41 0.52 0.57 12.63 0.35 0.32
Hex 6D 40 34 0 29 34 39 D 23 20
Octal 155 100 64 0 51 64 71 15 43 40
Binary 1101101 1000000 110100 0 101001 110100 111001 1101 100011 100000

Color Harmonies of #6D4034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4034

Black with #6D4034

Text Example


Text Example

White with #6D4034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D4034; }

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

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

background-color css

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

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

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

border-color css

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

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

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