Html Css Color HEX #6D4032 Metallic Copper

📋 copy color: '#6D4032'

red 109 ◦ green 64 ◦ blue 50

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

Shades of Metallic Copper #6D4032

Tints of Metallic Copper #6D4032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 22.42%

R = 48.88%
G = 28.7%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.54

 K value IS 0.57

RGB Variations

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

Color information

#6D4032 (or 0x6D4032) is known color: Metallic Copper. HEX triplet: 6D, 40 and 32. RGB value is (109,64,50). Sum of RGB (Red+Green+Blue) = 109+64+50=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4032 is #92BFCD. Grayscale: #4B4B4B. Windows color (decimal): -9617358 or 3293293. OLE color: 3293293.

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

Color convert

RGB 109 64 50 -
CMYK 0 0.41 0.54 0.57
HSL 14.24º 0.37% 0.31% -
HSV(B) 14.24º 0.54% 0.43% -
XYZ 8.72 7.15 3.94 -
YUV 75.86 113.41 151.64 -
System Red Green Blue C M Y K H S L
Decimal 109 64 50 0 0.41 0.54 0.57 14.24 0.37 0.31
Hex 6D 40 32 0 29 36 39 E 25 1F
Octal 155 100 62 0 51 66 71 16 45 37
Binary 1101101 1000000 110010 0 101001 110110 111001 1110 100101 11111

Color Harmonies of #6D4032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4032

Black with #6D4032

Text Example


Text Example

White with #6D4032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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