Html Css Color HEX #6B3C2E Metallic Copper

📋 copy color: '#6B3C2E'

red 107 ◦ green 60 ◦ blue 46

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

Shades of Metallic Copper #6B3C2E

Tints of Metallic Copper #6B3C2E

RGB

 RED value IS 107 (42.19% from 255) = 50.23%

 GREEN value IS 60 (23.83% from 255) = 28.17%

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

R = 50.23%
G = 28.17%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.57

 K value IS 0.58

RGB Variations

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

Color information

#6B3C2E (or 0x6B3C2E) is known color: Metallic Copper. HEX triplet: 6B, 3C and 2E. RGB value is (107,60,46). Sum of RGB (Red+Green+Blue) = 107+60+46=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 60 (23.83% from 255 or 28.17% from 213); Blue value is 46 (18.36% from 255 or 21.60% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3C2E is #94C3D1. Grayscale: #484848. Windows color (decimal): -9749458 or 3030123. OLE color: 3030123.

HSL color Cylindrical-coordinate representation of color #6B3C2E: hue angle of 13.77º 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 #6B3C2E is Cyan = 0, Magento = 0.44, Yellow = 0.57 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 60 46 -
CMYK 0 0.44 0.57 0.58
HSL 13.77º 0.4% 0.3% -
HSV(B) 13.77º 0.57% 0.42% -
XYZ 8.17 6.55 3.42 -
YUV 72.46 113.07 152.64 -
System Red Green Blue C M Y K H S L
Decimal 107 60 46 0 0.44 0.57 0.58 13.77 0.4 0.3
Hex 6B 3C 2E 0 2C 39 3A E 28 1E
Octal 153 74 56 0 54 71 72 16 50 36
Binary 1101011 111100 101110 0 101100 111001 111010 1110 101000 11110

Color Harmonies of #6B3C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3C2E

Black with #6B3C2E

Text Example


Text Example

White with #6B3C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,60,46); }

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

background-color css

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

 a { background-color: rgb(107,60,46); }

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

border-color css

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

 span { border-color: rgb(107,60,46); }

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