#564634

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

Shades of Metallic Bronze #564634

Tints of Metallic Bronze #564634

Color information

#564634 (or 0x564634) is unknown color: approx Metallic Bronze. HEX triplet: 56, 46 and 34. RGB value is (86,70,52). Sum of RGB (Red+Green+Blue) = 86+70+52=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 70 (27.73% from 255 or 33.65% from 208); Blue value is 52 (20.70% from 255 or 25% from 208); Max value from RGB is 86 - color contains mainly: red. Hex color #564634 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564634 is #A9B9CB. Grayscale: #484848. Windows color (decimal): -11123148 or 3425878. OLE color: 3425878.

HSL color Cylindrical-coordinate representation of color #564634: hue angle of 31.76º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #564634 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB867052-
CMYK00.190.400.66
HSL31.76º24.64%27.06%-
HSV(B)31.76º39.53%33.73%-
XYZ6.656.614.17-
YUV72.73116.3137.46-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.35%
GREEN value IS 70 (27.73% from 255) = 33.65%
BLUE value IS 52 (20.70% from 255) = 25%
R=41.35%
G=33.65%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86705200.190.400.6631.7624.6427.06
Hex564634013284220191b
Octal1261066402350102403133
Binary1010110100011011010001001110100010000101000001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564634; }

 p { color: rgb(86,70,52); }

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

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

 a { background-color: rgb(86,70,52); }

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

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

 span { border-color: rgb(86,70,52); }

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