Html Css Color HEX #6D413D Metallic Copper

📋 copy color: '#6D413D'

red 109 ◦ green 65 ◦ blue 61

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

Shades of Metallic Copper #6D413D

Tints of Metallic Copper #6D413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.66%

 BLUE value IS 61 (24.22% from 255) = 25.96%

R = 46.38%
G = 27.66%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6D413D (or 0x6D413D) is known color: Metallic Copper. HEX triplet: 6D, 41 and 3D. RGB value is (109,65,61). Sum of RGB (Red+Green+Blue) = 109+65+61=235 (31% of max value = 765). Red value is 109 (42.97% from 255 or 46.38% from 235); Green value is 65 (25.78% from 255 or 27.66% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 109 - color contains mainly: red. Hex color #6D413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D413D is #92BEC2. Grayscale: #4D4D4D. Windows color (decimal): -9617091 or 4014445. OLE color: 4014445.

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

Color convert

RGB 109 65 61 -
CMYK 0 0.40 0.44 0.57
HSL 0.28% 0.33% -
HSV(B) 0.44% 0.43% -
XYZ 9.04 7.37 5.36 -
YUV 77.7 118.58 150.33 -
System Red Green Blue C M Y K H S L
Decimal 109 65 61 0 0.40 0.44 0.57 5 0.28 0.33
Hex 6D 41 3D 0 28 2C 39 5 1C 21
Octal 155 101 75 0 50 54 71 5 34 41
Binary 1101101 1000001 111101 0 101000 101100 111001 101 11100 100001

Color Harmonies of #6D413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D413D

Black with #6D413D

Text Example


Text Example

White with #6D413D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,65,61); }

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

background-color css

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

 a { background-color: rgb(109,65,61); }

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

border-color css

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

 span { border-color: rgb(109,65,61); }

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