Html Css Color HEX #6B4031 Metallic Copper

📋 copy color: '#6B4031'

red 107 ◦ green 64 ◦ blue 49

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

Shades of Metallic Copper #6B4031

Tints of Metallic Copper #6B4031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.27%

R = 48.64%
G = 29.09%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#6B4031 (or 0x6B4031) is known color: Metallic Copper. HEX triplet: 6B, 40 and 31. RGB value is (107,64,49). Sum of RGB (Red+Green+Blue) = 107+64+49=220 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.64% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4031 is #94BFCE. Grayscale: #4B4B4B. Windows color (decimal): -9748431 or 3227755. OLE color: 3227755.

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

Color convert

RGB 107 64 49 -
CMYK 0 0.40 0.54 0.58
HSL 15.52º 0.37% 0.31% -
HSV(B) 15.52º 0.54% 0.42% -
XYZ 8.45 7.01 3.81 -
YUV 75.15 113.25 150.72 -
System Red Green Blue C M Y K H S L
Decimal 107 64 49 0 0.40 0.54 0.58 15.52 0.37 0.31
Hex 6B 40 31 0 28 36 3A 10 25 1F
Octal 153 100 61 0 50 66 72 20 45 37
Binary 1101011 1000000 110001 0 101000 110110 111010 10000 100101 11111

Color Harmonies of #6B4031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4031

Black with #6B4031

Text Example


Text Example

White with #6B4031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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