Html Css Color HEX #6D443C Metallic Copper

📋 copy color: '#6D443C'

red 109 ◦ green 68 ◦ blue 60

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

Shades of Metallic Copper #6D443C

Tints of Metallic Copper #6D443C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.69%

 BLUE value IS 60 (23.83% from 255) = 25.32%

R = 45.99%
G = 28.69%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.57

RGB Variations

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

Color information

#6D443C (or 0x6D443C) is known color: Metallic Copper. HEX triplet: 6D, 44 and 3C. RGB value is (109,68,60). Sum of RGB (Red+Green+Blue) = 109+68+60=237 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.99% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 109 - color contains mainly: red. Hex color #6D443C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D443C is #92BBC3. Grayscale: #4F4F4F. Windows color (decimal): -9616324 or 3949677. OLE color: 3949677.

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

Color convert

RGB 109 68 60 -
CMYK 0 0.38 0.45 0.57
HSL 9.8º 0.29% 0.33% -
HSV(B) 9.8º 0.45% 0.43% -
XYZ 9.19 7.71 5.28 -
YUV 79.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 109 68 60 0 0.38 0.45 0.57 9.8 0.29 0.33
Hex 6D 44 3C 0 26 2D 39 A 1D 21
Octal 155 104 74 0 46 55 71 12 35 41
Binary 1101101 1000100 111100 0 100110 101101 111001 1010 11101 100001

Color Harmonies of #6D443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D443C

Black with #6D443C

Text Example


Text Example

White with #6D443C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,68,60); }

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

background-color css

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

 a { background-color: rgb(109,68,60); }

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

border-color css

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

 span { border-color: rgb(109,68,60); }

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