#6B423D

Color #6B423D Metallic Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Metallic Copper #6B423D

Tints of Metallic Copper #6B423D

Color information

#6B423D (or 0x6B423D) is unknown color: approx Metallic Copper. HEX triplet: 6B, 42 and 3D. RGB value is (107,66,61). Sum of RGB (Red+Green+Blue) = 107+66+61=234 (30% of max value = 765). Red value is 107 (42.19% from 255 or 45.73% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 107 - color contains mainly: red. Hex color #6B423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B423D is #94BDC2. Grayscale: #4D4D4D. Windows color (decimal): -9747907 or 4014699. OLE color: 4014699.

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

Color convert

RGB1076661-
CMYK00.380.430.58
HSL6.52º27.38%32.94%-
HSV(B)6.52º42.99%41.96%-
XYZ8.857.365.37-
YUV77.69118.58148.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 45.73%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 61 (24.22% from 255) = 26.07%
R=45.73%
G=28.21%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107666100.380.430.586.5227.3832.94
Hex6B423D0262B3A71b21
Octal15310275046537273341
Binary11010111000010111101010011010101111101011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,66,61); }

 H1.HeaderClassName
 {
   color: #6B423D;
 }
 .AnyTagClassName
 {
   color: #6B423D;
 }
</style>
background-color css

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

 a { background-color: rgb(107,66,61); }

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

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

 span { border-color: rgb(107,66,61); }

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