Html Css Color HEX #6E423A Metallic Copper

📋 copy color: '#6E423A'

red 110 ◦ green 66 ◦ blue 58

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

Shades of Metallic Copper #6E423A

Tints of Metallic Copper #6E423A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.79%

R = 47.01%
G = 28.21%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#6E423A (or 0x6E423A) is known color: Metallic Copper. HEX triplet: 6E, 42 and 3A. RGB value is (110,66,58). Sum of RGB (Red+Green+Blue) = 110+66+58=234 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.01% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 58 (23.05% from 255 or 24.79% from 234); Max value from RGB is 110 - color contains mainly: red. Hex color #6E423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E423A is #91BDC5. Grayscale: #4E4E4E. Windows color (decimal): -9551302 or 3818094. OLE color: 3818094.

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

Color convert

RGB 110 66 58 -
CMYK 0 0.4 0.47 0.57
HSL 9.23º 0.31% 0.33% -
HSV(B) 9.23º 0.47% 0.43% -
XYZ 9.14 7.52 4.97 -
YUV 78.24 116.58 150.65 -
System Red Green Blue C M Y K H S L
Decimal 110 66 58 0 0.4 0.47 0.57 9.23 0.31 0.33
Hex 6E 42 3A 0 28 2F 39 9 1F 21
Octal 156 102 72 0 50 57 71 11 37 41
Binary 1101110 1000010 111010 0 101000 101111 111001 1001 11111 100001

Color Harmonies of #6E423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E423A

Black with #6E423A

Text Example


Text Example

White with #6E423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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