#694336

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

Shades of Metallic Copper #694336

Tints of Metallic Copper #694336

Color information

#694336 (or 0x694336) is unknown color: approx Metallic Copper. HEX triplet: 69, 43 and 36. RGB value is (105,67,54). Sum of RGB (Red+Green+Blue) = 105+67+54=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 67 (26.56% from 255 or 29.65% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #694336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694336 is #96BCC9. Grayscale: #4C4C4C. Windows color (decimal): -9878730 or 3556201. OLE color: 3556201.

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

Color convert

RGB1056754-
CMYK00.360.490.59
HSL15.29º32.08%31.18%-
HSV(B)15.29º48.57%41.18%-
XYZ8.57.284.45-
YUV76.88115.09148.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 46.46%
GREEN value IS 67 (26.56% from 255) = 29.65%
BLUE value IS 54 (21.48% from 255) = 23.89%
R=46.46%
G=29.65%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.49
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105675400.360.490.5915.2932.0831.18
Hex694336024313Bf201f
Octal151103660446173174037
Binary110100110000111101100100100110001111011111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694336; }

 p { color: rgb(105,67,54); }

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

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

 a { background-color: rgb(105,67,54); }

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

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

 span { border-color: rgb(105,67,54); }

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