Html Css Color HEX #6E4238 Metallic Copper

📋 copy color: '#6E4238'

red 110 ◦ green 66 ◦ blue 56

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

Shades of Metallic Copper #6E4238

Tints of Metallic Copper #6E4238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.45%

 BLUE value IS 56 (22.27% from 255) = 24.14%

R = 47.41%
G = 28.45%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.49

 K value IS 0.57

RGB Variations

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

Color information

#6E4238 (or 0x6E4238) is known color: Metallic Copper. HEX triplet: 6E, 42 and 38. RGB value is (110,66,56). Sum of RGB (Red+Green+Blue) = 110+66+56=232 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.41% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 110 - color contains mainly: red. Hex color #6E4238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E4238 is #91BDC7. Grayscale: #4E4E4E. Windows color (decimal): -9551304 or 3687022. OLE color: 3687022.

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

Color convert

RGB 110 66 56 -
CMYK 0 0.4 0.49 0.57
HSL 11.11º 0.33% 0.33% -
HSV(B) 11.11º 0.49% 0.43% -
XYZ 9.09 7.5 4.71 -
YUV 78.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 110 66 56 0 0.4 0.49 0.57 11.11 0.33 0.33
Hex 6E 42 38 0 28 31 39 B 21 21
Octal 156 102 70 0 50 61 71 13 41 41
Binary 1101110 1000010 111000 0 101000 110001 111001 1011 100001 100001

Color Harmonies of #6E4238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E4238

Black with #6E4238

Text Example


Text Example

White with #6E4238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,66,56); }

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

background-color css

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

 a { background-color: rgb(110,66,56); }

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

border-color css

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

 span { border-color: rgb(110,66,56); }

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