Html Css Color HEX #6D3F34 Metallic Copper

📋 copy color: '#6D3F34'

red 109 ◦ green 63 ◦ blue 52

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

Shades of Metallic Copper #6D3F34

Tints of Metallic Copper #6D3F34

RGB

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

 GREEN value IS 63 (25% from 255) = 28.13%

 BLUE value IS 52 (20.7% from 255) = 23.21%

R = 48.66%
G = 28.13%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.57

RGB Variations

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

Color information

#6D3F34 (or 0x6D3F34) is known color: Metallic Copper. HEX triplet: 6D, 3F and 34. RGB value is (109,63,52). Sum of RGB (Red+Green+Blue) = 109+63+52=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 63 (25% from 255 or 28.12% from 224); Blue value is 52 (20.70% from 255 or 23.21% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3F34 is #92C0CB. Grayscale: #4B4B4B. Windows color (decimal): -9617612 or 3424109. OLE color: 3424109.

HSL color Cylindrical-coordinate representation of color #6D3F34: hue angle of 11.58º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D3F34 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 63 52 -
CMYK 0 0.42 0.52 0.57
HSL 11.58º 0.35% 0.32% -
HSV(B) 11.58º 0.52% 0.43% -
XYZ 8.7 7.05 4.15 -
YUV 75.5 114.74 151.89 -
System Red Green Blue C M Y K H S L
Decimal 109 63 52 0 0.42 0.52 0.57 11.58 0.35 0.32
Hex 6D 3F 34 0 2A 34 39 C 23 20
Octal 155 77 64 0 52 64 71 14 43 40
Binary 1101101 111111 110100 0 101010 110100 111001 1100 100011 100000

Color Harmonies of #6D3F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3F34

Black with #6D3F34

Text Example


Text Example

White with #6D3F34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,63,52); }

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

background-color css

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

 a { background-color: rgb(109,63,52); }

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

border-color css

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

 span { border-color: rgb(109,63,52); }

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