#6B463D

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

Shades of Metallic Copper #6B463D

Tints of Metallic Copper #6B463D

Color information

#6B463D (or 0x6B463D) is unknown color: approx Metallic Copper. HEX triplet: 6B, 46 and 3D. RGB value is (107,70,61). Sum of RGB (Red+Green+Blue) = 107+70+61=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 107 - color contains mainly: red. Hex color #6B463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B463D is #94B9C2. Grayscale: #505050. Windows color (decimal): -9746883 or 4015723. OLE color: 4015723.

HSL color Cylindrical-coordinate representation of color #6B463D: hue angle of 11.74º 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 #6B463D is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB1077061-
CMYK00.350.430.58
HSL11.74º27.38%32.94%-
HSV(B)11.74º42.99%41.96%-
XYZ9.17.845.45-
YUV80.04117.26147.23-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.96%
GREEN value IS 70 (27.73% from 255) = 29.41%
BLUE value IS 61 (24.22% from 255) = 25.63%
R=44.96%
G=29.41%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107706100.350.430.5811.7427.3832.94
Hex6B463D0232B3Ac1b21
Octal153106750435372143341
Binary110101110001101111010100011101011111010110011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B463D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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