#6B453E

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

Shades of Metallic Copper #6B453E

Tints of Metallic Copper #6B453E

Color information

#6B453E (or 0x6B453E) is unknown color: approx Metallic Copper. HEX triplet: 6B, 45 and 3E. RGB value is (107,69,62). Sum of RGB (Red+Green+Blue) = 107+69+62=238 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.96% from 238); Green value is 69 (27.34% from 255 or 28.99% from 238); Blue value is 62 (24.61% from 255 or 26.05% from 238); Max value from RGB is 107 - color contains mainly: red. Hex color #6B453E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B453E is #94BAC1. Grayscale: #4F4F4F. Windows color (decimal): -9747138 or 4081003. OLE color: 4081003.

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

Color convert

RGB1076962-
CMYK00.360.420.58
HSL9.33º26.63%33.14%-
HSV(B)9.33º42.06%41.96%-
XYZ9.067.735.57-
YUV79.56118.09147.57-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.96%
GREEN value IS 69 (27.34% from 255) = 28.99%
BLUE value IS 62 (24.61% from 255) = 26.05%
R=44.96%
G=28.99%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107696200.360.420.589.3326.6333.14
Hex6B453E0242A3A91b21
Octal153105760445272113341
Binary110101110001011111100100100101010111010100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,69,62); }

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

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

 a { background-color: rgb(107,69,62); }

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

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

 span { border-color: rgb(107,69,62); }

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