Html Css Color HEX #6D4136 Metallic Copper

📋 copy color: '#6D4136'

red 109 ◦ green 65 ◦ blue 54

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

Shades of Metallic Copper #6D4136

Tints of Metallic Copper #6D4136

RGB

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

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

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

R = 47.81%
G = 28.51%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.57

RGB Variations

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

Color information

#6D4136 (or 0x6D4136) is known color: Metallic Copper. HEX triplet: 6D, 41 and 36. RGB value is (109,65,54). Sum of RGB (Red+Green+Blue) = 109+65+54=228 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.81% from 228); Green value is 65 (25.78% from 255 or 28.51% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4136 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4136 is #92BEC9. Grayscale: #4C4C4C. Windows color (decimal): -9617098 or 3555693. OLE color: 3555693.

HSL color Cylindrical-coordinate representation of color #6D4136: hue angle of 12º 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 #6D4136 is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 65 54 -
CMYK 0 0.40 0.50 0.57
HSL 12º 0.34% 0.32% -
HSV(B) 12º 0.5% 0.43% -
XYZ 8.86 7.3 4.43 -
YUV 76.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 109 65 54 0 0.40 0.50 0.57 12 0.34 0.32
Hex 6D 41 36 0 28 32 39 C 22 20
Octal 155 101 66 0 50 62 71 14 42 40
Binary 1101101 1000001 110110 0 101000 110010 111001 1100 100010 100000

Color Harmonies of #6D4136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4136

Black with #6D4136

Text Example


Text Example

White with #6D4136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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