Html Css Color HEX #6C3E2E Metallic Copper

📋 copy color: '#6C3E2E'

red 108 ◦ green 62 ◦ blue 46

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

Shades of Metallic Copper #6C3E2E

Tints of Metallic Copper #6C3E2E

RGB

 RED value IS 108 (42.58% from 255) = 50%

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

 BLUE value IS 46 (18.36% from 255) = 21.3%

R = 50%
G = 28.7%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#6C3E2E (or 0x6C3E2E) is known color: Metallic Copper. HEX triplet: 6C, 3E and 2E. RGB value is (108,62,46). Sum of RGB (Red+Green+Blue) = 108+62+46=216 (28% of max value = 765). Red value is 108 (42.58% from 255 or 50% from 216); Green value is 62 (24.61% from 255 or 28.70% from 216); Blue value is 46 (18.36% from 255 or 21.30% from 216); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C3E2E is #93C1D1. Grayscale: #4A4A4A. Windows color (decimal): -9683410 or 3030636. OLE color: 3030636.

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

Color convert

RGB 108 62 46 -
CMYK 0 0.43 0.57 0.58
HSL 15.48º 0.4% 0.3% -
HSV(B) 15.48º 0.57% 0.42% -
XYZ 8.4 6.83 3.46 -
YUV 73.93 112.24 152.3 -
System Red Green Blue C M Y K H S L
Decimal 108 62 46 0 0.43 0.57 0.58 15.48 0.4 0.3
Hex 6C 3E 2E 0 2B 39 3A F 28 1E
Octal 154 76 56 0 53 71 72 17 50 36
Binary 1101100 111110 101110 0 101011 111001 111010 1111 101000 11110

Color Harmonies of #6C3E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3E2E

Black with #6C3E2E

Text Example


Text Example

White with #6C3E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,62,46); }

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

background-color css

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

 a { background-color: rgb(108,62,46); }

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

border-color css

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

 span { border-color: rgb(108,62,46); }

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