Html Css Color HEX #6B3E39 Metallic Copper

📋 copy color: '#6B3E39'

red 107 ◦ green 62 ◦ blue 57

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

Shades of Metallic Copper #6B3E39

Tints of Metallic Copper #6B3E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.22%

R = 47.35%
G = 27.43%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.58

RGB Variations

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

Color information

#6B3E39 (or 0x6B3E39) is known color: Metallic Copper. HEX triplet: 6B, 3E and 39. RGB value is (107,62,57). Sum of RGB (Red+Green+Blue) = 107+62+57=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 57 (22.66% from 255 or 25.22% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3E39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B3E39 is #94C1C6. Grayscale: #4A4A4A. Windows color (decimal): -9748935 or 3751531. OLE color: 3751531.

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

Color convert

RGB 107 62 57 -
CMYK 0 0.42 0.47 0.58
HSL 0.3% 0.32% -
HSV(B) 0.47% 0.42% -
XYZ 8.52 6.87 4.75 -
YUV 74.89 117.91 150.91 -
System Red Green Blue C M Y K H S L
Decimal 107 62 57 0 0.42 0.47 0.58 6 0.3 0.32
Hex 6B 3E 39 0 2A 2F 3A 6 1E 20
Octal 153 76 71 0 52 57 72 6 36 40
Binary 1101011 111110 111001 0 101010 101111 111010 110 11110 100000

Color Harmonies of #6B3E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3E39

Black with #6B3E39

Text Example


Text Example

White with #6B3E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,62,57); }

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

background-color css

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

 a { background-color: rgb(107,62,57); }

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

border-color css

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

 span { border-color: rgb(107,62,57); }

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