Html Css Color HEX #6D3E38 Metallic Copper

📋 copy color: '#6D3E38'

red 109 ◦ green 62 ◦ blue 56

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

Shades of Metallic Copper #6D3E38

Tints of Metallic Copper #6D3E38

RGB

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

 GREEN value IS 62 (24.61% from 255) = 27.31%

 BLUE value IS 56 (22.27% from 255) = 24.67%

R = 48.02%
G = 27.31%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#6D3E38 (or 0x6D3E38) is known color: Metallic Copper. HEX triplet: 6D, 3E and 38. RGB value is (109,62,56). Sum of RGB (Red+Green+Blue) = 109+62+56=227 (30% of max value = 765). Red value is 109 (42.97% from 255 or 48.02% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 56 (22.27% from 255 or 24.67% from 227); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3E38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D3E38 is #92C1C7. Grayscale: #4B4B4B. Windows color (decimal): -9617864 or 3685997. OLE color: 3685997.

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

Color convert

RGB 109 62 56 -
CMYK 0 0.43 0.49 0.57
HSL 6.79º 0.32% 0.32% -
HSV(B) 6.79º 0.49% 0.43% -
XYZ 8.74 6.98 4.63 -
YUV 75.37 117.07 151.99 -
System Red Green Blue C M Y K H S L
Decimal 109 62 56 0 0.43 0.49 0.57 6.79 0.32 0.32
Hex 6D 3E 38 0 2B 31 39 7 20 20
Octal 155 76 70 0 53 61 71 7 40 40
Binary 1101101 111110 111000 0 101011 110001 111001 111 100000 100000

Color Harmonies of #6D3E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3E38

Black with #6D3E38

Text Example


Text Example

White with #6D3E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,62,56); }

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

background-color css

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

 a { background-color: rgb(109,62,56); }

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

border-color css

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

 span { border-color: rgb(109,62,56); }

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