#565110

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

Shades of Bronze Olive #565110

Tints of Bronze Olive #565110

Color information

#565110 (or 0x565110) is unknown color: approx Bronze Olive. HEX triplet: 56, 51 and 10. RGB value is (86,81,16). Sum of RGB (Red+Green+Blue) = 86+81+16=183 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.99% from 183); Green value is 81 (32.03% from 255 or 44.26% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 86 - color contains mainly: red. Hex color #565110 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #565110 is #A9AEEF. Grayscale: #4B4B4B. Windows color (decimal): -11120368 or 1069398. OLE color: 1069398.

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

Color convert

RGB868116-
CMYK00.060.810.66
HSL55.71º68.63%20%-
HSV(B)55.71º81.4%33.73%-
XYZ6.877.91.65-
YUV75.0894.66135.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 46.99%
GREEN value IS 81 (32.03% from 255) = 44.26%
BLUE value IS 16 (6.64% from 255) = 8.74%
R=46.99%
G=44.26%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86811600.060.810.6655.7168.6320
Hex565110065142384514
Octal12612120061211027010524
Binary1010110101000110000011010100011000010111000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565110; }

 p { color: rgb(86,81,16); }

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

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

 a { background-color: rgb(86,81,16); }

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

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

 span { border-color: rgb(86,81,16); }

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