#694132

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

Shades of Metallic Copper #694132

Tints of Metallic Copper #694132

Color information

#694132 (or 0x694132) is unknown color: approx Metallic Copper. HEX triplet: 69, 41 and 32. RGB value is (105,65,50). Sum of RGB (Red+Green+Blue) = 105+65+50=220 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.73% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 50 (19.92% from 255 or 22.73% from 220); Max value from RGB is 105 - color contains mainly: red. Hex color #694132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694132 is #96BECD. Grayscale: #4B4B4B. Windows color (decimal): -9879246 or 3293545. OLE color: 3293545.

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

Color convert

RGB1056550-
CMYK00.380.520.59
HSL16.36º35.48%30.39%-
HSV(B)16.36º52.38%41.18%-
XYZ8.297.013.93-
YUV75.25113.75149.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.73%
GREEN value IS 65 (25.78% from 255) = 29.55%
BLUE value IS 50 (19.92% from 255) = 22.73%
R=47.73%
G=29.55%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.52
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105655000.380.520.5916.3635.4830.39
Hex694132026343B10231e
Octal151101620466473204336
Binary1101001100000111001001001101101001110111000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694132; }

 p { color: rgb(105,65,50); }

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

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

 a { background-color: rgb(105,65,50); }

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

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

 span { border-color: rgb(105,65,50); }

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