Html Css Color HEX #6E4039 Metallic Copper

📋 copy color: '#6E4039'

red 110 ◦ green 64 ◦ blue 57

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

Shades of Metallic Copper #6E4039

Tints of Metallic Copper #6E4039

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.71%

 BLUE value IS 57 (22.66% from 255) = 24.68%

R = 47.62%
G = 27.71%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.57

RGB Variations

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

Color information

#6E4039 (or 0x6E4039) is known color: Metallic Copper. HEX triplet: 6E, 40 and 39. RGB value is (110,64,57). Sum of RGB (Red+Green+Blue) = 110+64+57=231 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.62% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4039 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4039 is #91BFC6. Grayscale: #4D4D4D. Windows color (decimal): -9551815 or 3752046. OLE color: 3752046.

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

Color convert

RGB 110 64 57 -
CMYK 0 0.42 0.48 0.57
HSL 7.92º 0.32% 0.33% -
HSV(B) 7.92º 0.48% 0.43% -
XYZ 9 7.28 4.8 -
YUV 76.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 110 64 57 0 0.42 0.48 0.57 7.92 0.32 0.33
Hex 6E 40 39 0 2A 30 39 8 20 21
Octal 156 100 71 0 52 60 71 10 40 41
Binary 1101110 1000000 111001 0 101010 110000 111001 1000 100000 100001

Color Harmonies of #6E4039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4039

Black with #6E4039

Text Example


Text Example

White with #6E4039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,64,57); }

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

background-color css

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

 a { background-color: rgb(110,64,57); }

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

border-color css

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

 span { border-color: rgb(110,64,57); }

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