#6C453A

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

Shades of Metallic Copper #6C453A

Tints of Metallic Copper #6C453A

Color information

#6C453A (or 0x6C453A) is unknown color: approx Metallic Copper. HEX triplet: 6C, 45 and 3A. RGB value is (108,69,58). Sum of RGB (Red+Green+Blue) = 108+69+58=235 (31% of max value = 765). Red value is 108 (42.58% from 255 or 45.96% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 108 - color contains mainly: red. Hex color #6C453A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6C453A is #93BAC5. Grayscale: #4F4F4F. Windows color (decimal): -9681606 or 3818860. OLE color: 3818860.

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

Color convert

RGB1086958-
CMYK00.360.460.58
HSL13.2º30.12%32.55%-
HSV(B)13.2º46.3%42.35%-
XYZ9.087.755.02-
YUV79.41115.92148.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 45.96%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=45.96%
G=29.36%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108695800.360.460.5813.230.1232.55
Hex6C453A0242E3Ad1e21
Octal154105720445672153641
Binary110110010001011110100100100101110111010110111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,69,58); }

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

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

 a { background-color: rgb(108,69,58); }

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

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

 span { border-color: rgb(108,69,58); }

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