#6B423A

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

Shades of Metallic Copper #6B423A

Tints of Metallic Copper #6B423A

Color information

#6B423A (or 0x6B423A) is unknown color: approx Metallic Copper. HEX triplet: 6B, 42 and 3A. RGB value is (107,66,58). Sum of RGB (Red+Green+Blue) = 107+66+58=231 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.32% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 107 - color contains mainly: red. Hex color #6B423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B423A is #94BDC5. Grayscale: #4D4D4D. Windows color (decimal): -9747910 or 3818091. OLE color: 3818091.

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

Color convert

RGB1076658-
CMYK00.380.460.58
HSL9.8º29.7%32.35%-
HSV(B)9.8º45.79%41.96%-
XYZ8.787.334.95-
YUV77.35117.08149.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.32%
GREEN value IS 66 (26.17% from 255) = 28.57%
BLUE value IS 58 (23.05% from 255) = 25.11%
R=46.32%
G=28.57%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107665800.380.460.589.829.732.35
Hex6B423A0262E3Aa1e20
Octal153102720465672123640
Binary110101110000101110100100110101110111010101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B423A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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