Html Css Color HEX #6E4137 Metallic Copper

📋 copy color: '#6E4137'

red 110 ◦ green 65 ◦ blue 55

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

Shades of Metallic Copper #6E4137

Tints of Metallic Copper #6E4137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.91%

R = 47.83%
G = 28.26%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.5

 K value IS 0.57

RGB Variations

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

Color information

#6E4137 (or 0x6E4137) is known color: Metallic Copper. HEX triplet: 6E, 41 and 37. RGB value is (110,65,55). Sum of RGB (Red+Green+Blue) = 110+65+55=230 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.83% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4137 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4137 is #91BEC8. Grayscale: #4D4D4D. Windows color (decimal): -9551561 or 3621230. OLE color: 3621230.

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

Color convert

RGB 110 65 55 -
CMYK 0 0.41 0.5 0.57
HSL 10.91º 0.33% 0.32% -
HSV(B) 10.91º 0.5% 0.43% -
XYZ 9.01 7.37 4.56 -
YUV 77.32 115.41 151.31 -
System Red Green Blue C M Y K H S L
Decimal 110 65 55 0 0.41 0.5 0.57 10.91 0.33 0.32
Hex 6E 41 37 0 29 32 39 B 21 20
Octal 156 101 67 0 51 62 71 13 41 40
Binary 1101110 1000001 110111 0 101001 110010 111001 1011 100001 100000

Color Harmonies of #6E4137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4137

Black with #6E4137

Text Example


Text Example

White with #6E4137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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