Html Css Color HEX #6E3D33 Metallic Copper

📋 copy color: '#6E3D33'

red 110 ◦ green 61 ◦ blue 51

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

Shades of Metallic Copper #6E3D33

Tints of Metallic Copper #6E3D33

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.48%

 BLUE value IS 51 (20.31% from 255) = 22.97%

R = 49.55%
G = 27.48%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.57

RGB Variations

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

Color information

#6E3D33 (or 0x6E3D33) is known color: Metallic Copper. HEX triplet: 6E, 3D and 33. RGB value is (110,61,51). Sum of RGB (Red+Green+Blue) = 110+61+51=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 61 (24.22% from 255 or 27.48% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3D33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3D33 is #91C2CC. Grayscale: #4A4A4A. Windows color (decimal): -9552589 or 3358062. OLE color: 3358062.

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

Color convert

RGB 110 61 51 -
CMYK 0 0.45 0.54 0.57
HSL 10.17º 0.37% 0.32% -
HSV(B) 10.17º 0.54% 0.43% -
XYZ 8.7 6.89 4 -
YUV 74.51 114.73 153.31 -
System Red Green Blue C M Y K H S L
Decimal 110 61 51 0 0.45 0.54 0.57 10.17 0.37 0.32
Hex 6E 3D 33 0 2D 36 39 A 25 20
Octal 156 75 63 0 55 66 71 12 45 40
Binary 1101110 111101 110011 0 101101 110110 111001 1010 100101 100000

Color Harmonies of #6E3D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3D33

Black with #6E3D33

Text Example


Text Example

White with #6E3D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,61,51); }

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

background-color css

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

 a { background-color: rgb(110,61,51); }

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

border-color css

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

 span { border-color: rgb(110,61,51); }

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