#694138

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

Shades of Metallic Copper #694138

Tints of Metallic Copper #694138

Color information

#694138 (or 0x694138) is unknown color: approx Metallic Copper. HEX triplet: 69, 41 and 38. RGB value is (105,65,56). Sum of RGB (Red+Green+Blue) = 105+65+56=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #694138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694138 is #96BEC7. Grayscale: #4C4C4C. Windows color (decimal): -9879240 or 3686761. OLE color: 3686761.

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

Color convert

RGB1056556-
CMYK00.380.470.59
HSL11.02º30.43%31.57%-
HSV(B)11.02º46.67%41.18%-
XYZ8.437.074.66-
YUV75.93116.75148.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.46%
GREEN value IS 65 (25.78% from 255) = 28.76%
BLUE value IS 56 (22.27% from 255) = 24.78%
R=46.46%
G=28.76%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105655600.380.470.5911.0230.4331.57
Hex6941380262F3Bb1e20
Octal151101700465773133640
Binary110100110000011110000100110101111111011101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694138; }

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

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

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

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

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

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

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

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