#564600

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

Shades of Bronze Olive #564600

Tints of Bronze Olive #564600

Color information

#564600 (or 0x564600) is unknown color: approx Bronze Olive. HEX triplet: 56, 46 and 00. RGB value is (86,70,0). Sum of RGB (Red+Green+Blue) = 86+70+0=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #564600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564600 is #A9B9FF. Grayscale: #434343. Windows color (decimal): -11123200 or 18006. OLE color: 18006.

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

Color convert

RGB86700-
CMYK00.1910.66
HSL48.84º100%16.86%-
HSV(B)48.84º100%33.73%-
XYZ6.036.360.91-
YUV66.890.3141.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 55.13%
GREEN value IS 70 (27.73% from 255) = 44.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.13%
G=44.87%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 1
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8670000.1910.6648.8410016.86
Hex564600136442316411
Octal12610600231441026114421
Binary10101101000110001001111001001000010110001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564600; }

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

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

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

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

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

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

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

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