Html Css Color HEX #6D453D Metallic Copper

📋 copy color: '#6D453D'

red 109 ◦ green 69 ◦ blue 61

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

Shades of Metallic Copper #6D453D

Tints of Metallic Copper #6D453D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.87%

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

R = 45.61%
G = 28.87%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.57

RGB Variations

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

Color information

#6D453D (or 0x6D453D) is known color: Metallic Copper. HEX triplet: 6D, 45 and 3D. RGB value is (109,69,61). Sum of RGB (Red+Green+Blue) = 109+69+61=239 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.61% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 109 - color contains mainly: red. Hex color #6D453D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D453D is #92BAC2. Grayscale: #505050. Windows color (decimal): -9616067 or 4015469. OLE color: 4015469.

HSL color Cylindrical-coordinate representation of color #6D453D: hue angle of 10º 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 #6D453D is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 69 61 -
CMYK 0 0.37 0.44 0.57
HSL 10º 0.28% 0.33% -
HSV(B) 10º 0.44% 0.43% -
XYZ 9.28 7.84 5.44 -
YUV 80.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 109 69 61 0 0.37 0.44 0.57 10 0.28 0.33
Hex 6D 45 3D 0 25 2C 39 A 1C 21
Octal 155 105 75 0 45 54 71 12 34 41
Binary 1101101 1000101 111101 0 100101 101100 111001 1010 11100 100001

Color Harmonies of #6D453D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D453D

Black with #6D453D

Text Example


Text Example

White with #6D453D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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