Html Css Color HEX #6D4336 Metallic Copper

📋 copy color: '#6D4336'

red 109 ◦ green 67 ◦ blue 54

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

Shades of Metallic Copper #6D4336

Tints of Metallic Copper #6D4336

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.13%

 BLUE value IS 54 (21.48% from 255) = 23.48%

R = 47.39%
G = 29.13%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.50

 K value IS 0.57

RGB Variations

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

Color information

#6D4336 (or 0x6D4336) is known color: Metallic Copper. HEX triplet: 6D, 43 and 36. RGB value is (109,67,54). Sum of RGB (Red+Green+Blue) = 109+67+54=230 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.39% from 230); Green value is 67 (26.56% from 255 or 29.13% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4336 is #92BCC9. Grayscale: #4E4E4E. Windows color (decimal): -9616586 or 3556205. OLE color: 3556205.

HSL color Cylindrical-coordinate representation of color #6D4336: hue angle of 14.18º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D4336 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 67 54 -
CMYK 0 0.39 0.50 0.57
HSL 14.18º 0.34% 0.32% -
HSV(B) 14.18º 0.5% 0.43% -
XYZ 8.98 7.53 4.47 -
YUV 78.08 114.41 150.06 -
System Red Green Blue C M Y K H S L
Decimal 109 67 54 0 0.39 0.50 0.57 14.18 0.34 0.32
Hex 6D 43 36 0 27 32 39 E 22 20
Octal 155 103 66 0 47 62 71 16 42 40
Binary 1101101 1000011 110110 0 100111 110010 111001 1110 100010 100000

Color Harmonies of #6D4336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4336

Black with #6D4336

Text Example


Text Example

White with #6D4336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,67,54); }

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

background-color css

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

 a { background-color: rgb(109,67,54); }

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

border-color css

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

 span { border-color: rgb(109,67,54); }

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