Html Css Color HEX #6B4037 Metallic Copper

📋 copy color: '#6B4037'

red 107 ◦ green 64 ◦ blue 55

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

Shades of Metallic Copper #6B4037

Tints of Metallic Copper #6B4037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.32%

 BLUE value IS 55 (21.88% from 255) = 24.34%

R = 47.35%
G = 28.32%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6B4037 (or 0x6B4037) is known color: Metallic Copper. HEX triplet: 6B, 40 and 37. RGB value is (107,64,55). Sum of RGB (Red+Green+Blue) = 107+64+55=226 (29% of max value = 765). Red value is 107 (42.19% from 255 or 47.35% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4037 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4037 is #94BFC8. Grayscale: #4B4B4B. Windows color (decimal): -9748425 or 3620971. OLE color: 3620971.

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

Color convert

RGB 107 64 55 -
CMYK 0 0.40 0.49 0.58
HSL 10.38º 0.32% 0.32% -
HSV(B) 10.38º 0.49% 0.42% -
XYZ 8.59 7.07 4.53 -
YUV 75.83 116.25 150.23 -
System Red Green Blue C M Y K H S L
Decimal 107 64 55 0 0.40 0.49 0.58 10.38 0.32 0.32
Hex 6B 40 37 0 28 31 3A A 20 20
Octal 153 100 67 0 50 61 72 12 40 40
Binary 1101011 1000000 110111 0 101000 110001 111010 1010 100000 100000

Color Harmonies of #6B4037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4037

Black with #6B4037

Text Example


Text Example

White with #6B4037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,64,55); }

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

background-color css

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

 a { background-color: rgb(107,64,55); }

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

border-color css

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

 span { border-color: rgb(107,64,55); }

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