Html Css Color HEX #6D4139 Metallic Copper

📋 copy color: '#6D4139'

red 109 ◦ green 65 ◦ blue 57

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

Shades of Metallic Copper #6D4139

Tints of Metallic Copper #6D4139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 24.68%

R = 47.19%
G = 28.14%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.57

RGB Variations

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

Color information

#6D4139 (or 0x6D4139) is known color: Metallic Copper. HEX triplet: 6D, 41 and 39. RGB value is (109,65,57). Sum of RGB (Red+Green+Blue) = 109+65+57=231 (30% of max value = 765). Red value is 109 (42.97% from 255 or 47.19% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4139 is #92BEC6. Grayscale: #4D4D4D. Windows color (decimal): -9617095 or 3752301. OLE color: 3752301.

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

Color convert

RGB 109 65 57 -
CMYK 0 0.40 0.48 0.57
HSL 9.23º 0.31% 0.33% -
HSV(B) 9.23º 0.48% 0.43% -
XYZ 8.94 7.33 4.81 -
YUV 77.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 109 65 57 0 0.40 0.48 0.57 9.23 0.31 0.33
Hex 6D 41 39 0 28 30 39 9 1F 21
Octal 155 101 71 0 50 60 71 11 37 41
Binary 1101101 1000001 111001 0 101000 110000 111001 1001 11111 100001

Color Harmonies of #6D4139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4139

Black with #6D4139

Text Example


Text Example

White with #6D4139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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