#69443E

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

Shades of Metallic Copper #69443E

Tints of Metallic Copper #69443E

Color information

#69443E (or 0x69443E) is unknown color: approx Metallic Copper. HEX triplet: 69, 44 and 3E. RGB value is (105,68,62). Sum of RGB (Red+Green+Blue) = 105+68+62=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 62 (24.61% from 255 or 26.38% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #69443E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69443E is #96BBC1. Grayscale: #4E4E4E. Windows color (decimal): -9878466 or 4080745. OLE color: 4080745.

HSL color Cylindrical-coordinate representation of color #69443E: hue angle of 8.37º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69443E is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB1056862-
CMYK00.350.410.59
HSL8.37º25.75%32.75%-
HSV(B)8.37º40.95%41.18%-
XYZ8.767.495.54-
YUV78.38118.76146.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.68%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 62 (24.61% from 255) = 26.38%
R=44.68%
G=28.94%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105686200.350.410.598.3725.7532.75
Hex69443E023293B81a21
Octal151104760435173103241
Binary110100110001001111100100011101001111011100011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69443E; }

 p { color: rgb(105,68,62); }

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

<style>
 a { background-color: #69443E; }

 a { background-color: rgb(105,68,62); }

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

<style>
 span { border-color: #69443E; }

 span { border-color: rgb(105,68,62); }

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