Html Css Color HEX #6D3F35 Metallic Copper

📋 copy color: '#6D3F35'

red 109 ◦ green 63 ◦ blue 53

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

Shades of Metallic Copper #6D3F35

Tints of Metallic Copper #6D3F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.56%

R = 48.44%
G = 28%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

#6D3F35 (or 0x6D3F35) is known color: Metallic Copper. HEX triplet: 6D, 3F and 35. RGB value is (109,63,53). Sum of RGB (Red+Green+Blue) = 109+63+53=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3F35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3F35 is #92C0CA. Grayscale: #4B4B4B. Windows color (decimal): -9617611 or 3489645. OLE color: 3489645.

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

Color convert

RGB 109 63 53 -
CMYK 0 0.42 0.51 0.57
HSL 10.71º 0.35% 0.32% -
HSV(B) 10.71º 0.51% 0.43% -
XYZ 8.73 7.06 4.27 -
YUV 75.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 109 63 53 0 0.42 0.51 0.57 10.71 0.35 0.32
Hex 6D 3F 35 0 2A 33 39 B 23 20
Octal 155 77 65 0 52 63 71 13 43 40
Binary 1101101 111111 110101 0 101010 110011 111001 1011 100011 100000

Color Harmonies of #6D3F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3F35

Black with #6D3F35

Text Example


Text Example

White with #6D3F35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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