#694038

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

Shades of Metallic Copper #694038

Tints of Metallic Copper #694038

Color information

#694038 (or 0x694038) is unknown color: approx Metallic Copper. HEX triplet: 69, 40 and 38. RGB value is (105,64,56). Sum of RGB (Red+Green+Blue) = 105+64+56=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #694038 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694038 is #96BFC7. Grayscale: #4B4B4B. Windows color (decimal): -9879496 or 3686505. OLE color: 3686505.

HSL color Cylindrical-coordinate representation of color #694038: hue angle of 9.8º 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 #694038 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.59.

Color convert

RGB1056456-
CMYK00.390.470.59
HSL9.8º30.43%31.57%-
HSV(B)9.8º46.67%41.18%-
XYZ8.376.964.64-
YUV75.35117.08149.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.67%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 56 (22.27% from 255) = 24.89%
R=46.67%
G=28.44%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105645600.390.470.599.830.4331.57
Hex6940380272F3Ba1e20
Octal151100700475773123640
Binary110100110000001110000100111101111111011101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694038; }

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

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

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

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

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

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

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

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