Html Css Color HEX #6E4436 Metallic Copper

📋 copy color: '#6E4436'

red 110 ◦ green 68 ◦ blue 54

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

Shades of Metallic Copper #6E4436

Tints of Metallic Copper #6E4436

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.31%

 BLUE value IS 54 (21.48% from 255) = 23.28%

R = 47.41%
G = 29.31%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

#6E4436 (or 0x6E4436) is known color: Metallic Copper. HEX triplet: 6E, 44 and 36. RGB value is (110,68,54). Sum of RGB (Red+Green+Blue) = 110+68+54=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4436 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4436 is #91BBC9. Grayscale: #4F4F4F. Windows color (decimal): -9550794 or 3556462. OLE color: 3556462.

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

Color convert

RGB 110 68 54 -
CMYK 0 0.38 0.51 0.57
HSL 15º 0.34% 0.32% -
HSV(B) 15º 0.51% 0.43% -
XYZ 9.16 7.72 4.5 -
YUV 78.96 113.91 150.14 -
System Red Green Blue C M Y K H S L
Decimal 110 68 54 0 0.38 0.51 0.57 15 0.34 0.32
Hex 6E 44 36 0 26 33 39 F 22 20
Octal 156 104 66 0 46 63 71 17 42 40
Binary 1101110 1000100 110110 0 100110 110011 111001 1111 100010 100000

Color Harmonies of #6E4436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4436

Black with #6E4436

Text Example


Text Example

White with #6E4436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,68,54); }

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

background-color css

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

 a { background-color: rgb(110,68,54); }

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

border-color css

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

 span { border-color: rgb(110,68,54); }

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