Html Css Color HEX #6E3E35 Metallic Copper

📋 copy color: '#6E3E35'

red 110 ◦ green 62 ◦ blue 53

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

Shades of Metallic Copper #6E3E35

Tints of Metallic Copper #6E3E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 23.56%

R = 48.89%
G = 27.56%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.52

 K value IS 0.57

RGB Variations

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

Color information

#6E3E35 (or 0x6E3E35) is known color: Metallic Copper. HEX triplet: 6E, 3E and 35. RGB value is (110,62,53). Sum of RGB (Red+Green+Blue) = 110+62+53=225 (29% of max value = 765). Red value is 110 (43.36% from 255 or 48.89% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 53 (21.09% from 255 or 23.56% from 225); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3E35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6E3E35 is #91C1CA. Grayscale: #4B4B4B. Windows color (decimal): -9552331 or 3489390. OLE color: 3489390.

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

Color convert

RGB 110 62 53 -
CMYK 0 0.44 0.52 0.57
HSL 9.47º 0.35% 0.32% -
HSV(B) 9.47º 0.52% 0.43% -
XYZ 8.8 7.02 4.26 -
YUV 75.33 115.4 152.73 -
System Red Green Blue C M Y K H S L
Decimal 110 62 53 0 0.44 0.52 0.57 9.47 0.35 0.32
Hex 6E 3E 35 0 2C 34 39 9 23 20
Octal 156 76 65 0 54 64 71 11 43 40
Binary 1101110 111110 110101 0 101100 110100 111001 1001 100011 100000

Color Harmonies of #6E3E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E3E35

Black with #6E3E35

Text Example


Text Example

White with #6E3E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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