#564612

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

Shades of Bronze Olive #564612

Tints of Bronze Olive #564612

Color information

#564612 (or 0x564612) is unknown color: approx Bronze Olive. HEX triplet: 56, 46 and 12. RGB value is (86,70,18). Sum of RGB (Red+Green+Blue) = 86+70+18=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 70 (27.73% from 255 or 40.23% from 174); Blue value is 18 (7.42% from 255 or 10.34% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #564612 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564612 is #A9B9ED. Grayscale: #454545. Windows color (decimal): -11123182 or 1197654. OLE color: 1197654.

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

Color convert

RGB867018-
CMYK00.190.790.66
HSL45.88º65.38%20.39%-
HSV(B)45.88º79.07%33.73%-
XYZ6.146.41.48-
YUV68.8699.3140.23-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 49.43%
GREEN value IS 70 (27.73% from 255) = 40.23%
BLUE value IS 18 (7.42% from 255) = 10.34%
R=49.43%
G=40.23%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.79
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86701800.190.790.6645.8865.3820.39
Hex5646120134F422e4114
Octal126106220231171025610124
Binary101011010001101001001001110011111000010101110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564612; }

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

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

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

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

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

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

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

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