Html Css Color HEX #6D3A31 Metallic Copper

📋 copy color: '#6D3A31'

red 109 ◦ green 58 ◦ blue 49

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

Shades of Metallic Copper #6D3A31

Tints of Metallic Copper #6D3A31

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.85%

 BLUE value IS 49 (19.53% from 255) = 22.69%

R = 50.46%
G = 26.85%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.55

 K value IS 0.57

RGB Variations

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

Color information

#6D3A31 (or 0x6D3A31) is known color: Metallic Copper. HEX triplet: 6D, 3A and 31. RGB value is (109,58,49). Sum of RGB (Red+Green+Blue) = 109+58+49=216 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50.46% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 49 (19.53% from 255 or 22.69% from 216); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3A31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3A31 is #92C5CE. Grayscale: #484848. Windows color (decimal): -9618895 or 3226221. OLE color: 3226221.

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

Color convert

RGB 109 58 49 -
CMYK 0 0.47 0.55 0.57
HSL 0.38% 0.31% -
HSV(B) 0.55% 0.43% -
XYZ 8.37 6.5 3.72 -
YUV 72.22 114.9 154.23 -
System Red Green Blue C M Y K H S L
Decimal 109 58 49 0 0.47 0.55 0.57 9 0.38 0.31
Hex 6D 3A 31 0 2F 37 39 9 26 1F
Octal 155 72 61 0 57 67 71 11 46 37
Binary 1101101 111010 110001 0 101111 110111 111001 1001 100110 11111

Color Harmonies of #6D3A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3A31

Black with #6D3A31

Text Example


Text Example

White with #6D3A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,58,49); }

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

background-color css

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

 a { background-color: rgb(109,58,49); }

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

border-color css

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

 span { border-color: rgb(109,58,49); }

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