#694134

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

Shades of Metallic Copper #694134

Tints of Metallic Copper #694134

Color information

#694134 (or 0x694134) is unknown color: approx Metallic Copper. HEX triplet: 69, 41 and 34. RGB value is (105,65,52). Sum of RGB (Red+Green+Blue) = 105+65+52=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #694134 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694134 is #96BECB. Grayscale: #4B4B4B. Windows color (decimal): -9879244 or 3424617. OLE color: 3424617.

HSL color Cylindrical-coordinate representation of color #694134: hue angle of 14.72º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #694134 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB1056552-
CMYK00.380.500.59
HSL14.72º33.76%30.78%-
HSV(B)14.72º50.48%41.18%-
XYZ8.347.034.17-
YUV75.48114.75149.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.30%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 52 (20.70% from 255) = 23.42%
R=47.30%
G=29.28%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105655200.380.500.5914.7233.7630.78
Hex694134026323Bf221f
Octal151101640466273174237
Binary110100110000011101000100110110010111011111110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694134; }

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

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

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

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

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

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

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

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