Html Css Color HEX #6D4537 Metallic Copper

📋 copy color: '#6D4537'

red 109 ◦ green 69 ◦ blue 55

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

Shades of Metallic Copper #6D4537

Tints of Metallic Copper #6D4537

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.61%

 BLUE value IS 55 (21.88% from 255) = 23.61%

R = 46.78%
G = 29.61%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.50

 K value IS 0.57

RGB Variations

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

Color information

#6D4537 (or 0x6D4537) is known color: Metallic Copper. HEX triplet: 6D, 45 and 37. RGB value is (109,69,55). Sum of RGB (Red+Green+Blue) = 109+69+55=233 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.78% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4537 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D4537 is #92BAC8. Grayscale: #4F4F4F. Windows color (decimal): -9616073 or 3622253. OLE color: 3622253.

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

Color convert

RGB 109 69 55 -
CMYK 0 0.37 0.50 0.57
HSL 15.56º 0.33% 0.32% -
HSV(B) 15.56º 0.5% 0.43% -
XYZ 9.12 7.78 4.64 -
YUV 79.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 109 69 55 0 0.37 0.50 0.57 15.56 0.33 0.32
Hex 6D 45 37 0 25 32 39 10 21 20
Octal 155 105 67 0 45 62 71 20 41 40
Binary 1101101 1000101 110111 0 100101 110010 111001 10000 100001 100000

Color Harmonies of #6D4537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4537

Black with #6D4537

Text Example


Text Example

White with #6D4537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,69,55); }

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

background-color css

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

 a { background-color: rgb(109,69,55); }

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

border-color css

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

 span { border-color: rgb(109,69,55); }

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