#564611

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

Shades of Bronze Olive #564611

Tints of Bronze Olive #564611

Color information

#564611 (or 0x564611) is unknown color: approx Bronze Olive. HEX triplet: 56, 46 and 11. RGB value is (86,70,17). Sum of RGB (Red+Green+Blue) = 86+70+17=173 (22% of max value = 765). Red value is 86 (33.98% from 255 or 49.71% from 173); Green value is 70 (27.73% from 255 or 40.46% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 86 - color contains mainly: red. Hex color #564611 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564611 is #A9B9EE. Grayscale: #444444. Windows color (decimal): -11123183 or 1132118. OLE color: 1132118.

HSL color Cylindrical-coordinate representation of color #564611: hue angle of 46.09º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #564611 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB867017-
CMYK00.190.800.66
HSL46.09º66.99%20.2%-
HSV(B)46.09º80.23%33.73%-
XYZ6.136.41.44-
YUV68.7498.8140.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.71%
GREEN value IS 70 (27.73% from 255) = 40.46%
BLUE value IS 17 (7.03% from 255) = 9.83%
R=49.71%
G=40.46%
B=9.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.80
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86701700.190.800.6646.0966.9920.2
Hex56461101350422e4314
Octal126106210231201025610324
Binary101011010001101000101001110100001000010101110100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564611; }

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

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

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

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

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

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

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

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