Html Css Color HEX #6D423F Metallic Copper

📋 copy color: '#6D423F'

red 109 ◦ green 66 ◦ blue 63

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

Shades of Metallic Copper #6D423F

Tints of Metallic Copper #6D423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.73%

 BLUE value IS 63 (25% from 255) = 26.47%

R = 45.8%
G = 27.73%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.57

RGB Variations

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

Color information

#6D423F (or 0x6D423F) is known color: Metallic Copper. HEX triplet: 6D, 42 and 3F. RGB value is (109,66,63). Sum of RGB (Red+Green+Blue) = 109+66+63=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 109 - color contains mainly: red. Hex color #6D423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6D423F is #92BDC0. Grayscale: #4E4E4E. Windows color (decimal): -9616833 or 4145773. OLE color: 4145773.

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

Color convert

RGB 109 66 63 -
CMYK 0 0.39 0.42 0.57
HSL 3.91º 0.27% 0.34% -
HSV(B) 3.91º 0.42% 0.43% -
XYZ 9.15 7.51 5.67 -
YUV 78.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 109 66 63 0 0.39 0.42 0.57 3.91 0.27 0.34
Hex 6D 42 3F 0 27 2A 39 4 1B 22
Octal 155 102 77 0 47 52 71 4 33 42
Binary 1101101 1000010 111111 0 100111 101010 111001 100 11011 100010

Color Harmonies of #6D423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D423F

Black with #6D423F

Text Example


Text Example

White with #6D423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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