#69433D

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

Shades of Metallic Copper #69433D

Tints of Metallic Copper #69433D

Color information

#69433D (or 0x69433D) is unknown color: approx Metallic Copper. HEX triplet: 69, 43 and 3D. RGB value is (105,67,61). Sum of RGB (Red+Green+Blue) = 105+67+61=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 67 (26.56% from 255 or 28.76% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #69433D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69433D is #96BCC2. Grayscale: #4D4D4D. Windows color (decimal): -9878723 or 4014953. OLE color: 4014953.

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

Color convert

RGB1056761-
CMYK00.360.420.59
HSL8.18º26.51%32.55%-
HSV(B)8.18º41.9%41.18%-
XYZ8.687.355.38-
YUV77.68118.59147.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.06%
GREEN value IS 67 (26.56% from 255) = 28.76%
BLUE value IS 61 (24.22% from 255) = 26.18%
R=45.06%
G=28.76%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105676100.360.420.598.1826.5132.55
Hex69433D0242A3B81b21
Octal151103750445273103341
Binary110100110000111111010100100101010111011100011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69433D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69433D; }

 p { color: rgb(105,67,61); }

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

<style>
 a { background-color: #69433D; }

 a { background-color: rgb(105,67,61); }

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

<style>
 span { border-color: #69433D; }

 span { border-color: rgb(105,67,61); }

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