#69423F

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

Shades of Metallic Copper #69423F

Tints of Metallic Copper #69423F

Color information

#69423F (or 0x69423F) is unknown color: approx Metallic Copper. HEX triplet: 69, 42 and 3F. RGB value is (105,66,63). Sum of RGB (Red+Green+Blue) = 105+66+63=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 105 - color contains mainly: red. Hex color #69423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69423F is #96BDC0. Grayscale: #4D4D4D. Windows color (decimal): -9878977 or 4145769. OLE color: 4145769.

HSL color Cylindrical-coordinate representation of color #69423F: hue angle of 4.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69423F is Cyan = 0, Magento = 0.37, Yellow = 0.4 and Black (K on CMYK) = 0.59.

Color convert

RGB1056663-
CMYK00.370.40.59
HSL4.29º25%32.94%-
HSV(B)4.29º40%41.18%-
XYZ8.677.265.65-
YUV77.32119.92147.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.87%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 63 (25% from 255) = 26.92%
R=44.87%
G=28.21%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105666300.370.40.594.292532.94
Hex69423F025283B41921
Octal15110277045507343141
Binary11010011000010111111010010110100011101110011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69423F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69423F; }

 p { color: rgb(105,66,63); }

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

<style>
 a { background-color: #69423F; }

 a { background-color: rgb(105,66,63); }

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

<style>
 span { border-color: #69423F; }

 span { border-color: rgb(105,66,63); }

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