#69463C

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

Shades of Metallic Copper #69463C

Tints of Metallic Copper #69463C

Color information

#69463C (or 0x69463C) is unknown color: approx Metallic Copper. HEX triplet: 69, 46 and 3C. RGB value is (105,70,60). Sum of RGB (Red+Green+Blue) = 105+70+60=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #69463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69463C is #96B9C3. Grayscale: #4F4F4F. Windows color (decimal): -9877956 or 3950185. OLE color: 3950185.

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

Color convert

RGB1057060-
CMYK00.330.430.59
HSL13.33º27.27%32.35%-
HSV(B)13.33º42.86%41.18%-
XYZ8.837.715.3-
YUV79.32117.1146.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.68%
GREEN value IS 70 (27.73% from 255) = 29.79%
BLUE value IS 60 (23.83% from 255) = 25.53%
R=44.68%
G=29.79%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105706000.330.430.5913.3327.2732.35
Hex69463C0212B3Bd1b20
Octal151106740415373153340
Binary110100110001101111000100001101011111011110111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69463C; }

 p { color: rgb(105,70,60); }

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

<style>
 a { background-color: #69463C; }

 a { background-color: rgb(105,70,60); }

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

<style>
 span { border-color: #69463C; }

 span { border-color: rgb(105,70,60); }

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