Html Css Color HEX #6E3E2F Metallic Copper

📋 copy color: '#6E3E2F'

red 110 ◦ green 62 ◦ blue 47

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

Shades of Metallic Copper #6E3E2F

Tints of Metallic Copper #6E3E2F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.31%

 BLUE value IS 47 (18.75% from 255) = 21.46%

R = 50.23%
G = 28.31%
B = 21.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.57

RGB Variations

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

Color information

#6E3E2F (or 0x6E3E2F) is known color: Metallic Copper. HEX triplet: 6E, 3E and 2F. RGB value is (110,62,47). Sum of RGB (Red+Green+Blue) = 110+62+47=219 (29% of max value = 765). Red value is 110 (43.36% from 255 or 50.23% from 219); Green value is 62 (24.61% from 255 or 28.31% from 219); Blue value is 47 (18.75% from 255 or 21.46% from 219); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3E2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3E2F is #91C1D0. Grayscale: #4A4A4A. Windows color (decimal): -9552337 or 3096174. OLE color: 3096174.

HSL color Cylindrical-coordinate representation of color #6E3E2F: hue angle of 14.29º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E3E2F is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 62 47 -
CMYK 0 0.44 0.57 0.57
HSL 14.29º 0.4% 0.31% -
HSV(B) 14.29º 0.57% 0.43% -
XYZ 8.67 6.97 3.58 -
YUV 74.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 110 62 47 0 0.44 0.57 0.57 14.29 0.4 0.31
Hex 6E 3E 2F 0 2C 39 39 E 28 1F
Octal 156 76 57 0 54 71 71 16 50 37
Binary 1101110 111110 101111 0 101100 111001 111001 1110 101000 11111

Color Harmonies of #6E3E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3E2F

Black with #6E3E2F

Text Example


Text Example

White with #6E3E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,62,47); }

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

background-color css

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

 a { background-color: rgb(110,62,47); }

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

border-color css

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

 span { border-color: rgb(110,62,47); }

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