Html Css Color HEX #6E4134 Metallic Copper

📋 copy color: '#6E4134'

red 110 ◦ green 65 ◦ blue 52

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

Shades of Metallic Copper #6E4134

Tints of Metallic Copper #6E4134

RGB

 RED value IS 110 (43.36% from 255) = 48.46%

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

 BLUE value IS 52 (20.7% from 255) = 22.91%

R = 48.46%
G = 28.63%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.57

RGB Variations

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

Color information

#6E4134 (or 0x6E4134) is known color: Metallic Copper. HEX triplet: 6E, 41 and 34. RGB value is (110,65,52). Sum of RGB (Red+Green+Blue) = 110+65+52=227 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.46% from 227); Green value is 65 (25.78% from 255 or 28.63% from 227); Blue value is 52 (20.70% from 255 or 22.91% from 227); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4134 is #91BECB. Grayscale: #4D4D4D. Windows color (decimal): -9551564 or 3424622. OLE color: 3424622.

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

Color convert

RGB 110 65 52 -
CMYK 0 0.41 0.53 0.57
HSL 13.45º 0.36% 0.32% -
HSV(B) 13.45º 0.53% 0.43% -
XYZ 8.94 7.34 4.2 -
YUV 76.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 110 65 52 0 0.41 0.53 0.57 13.45 0.36 0.32
Hex 6E 41 34 0 29 35 39 D 24 20
Octal 156 101 64 0 51 65 71 15 44 40
Binary 1101110 1000001 110100 0 101001 110101 111001 1101 100100 100000

Color Harmonies of #6E4134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4134

Black with #6E4134

Text Example


Text Example

White with #6E4134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,65,52); }

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

background-color css

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

 a { background-color: rgb(110,65,52); }

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

border-color css

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

 span { border-color: rgb(110,65,52); }

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