#56716A

Color #56716A William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #56716A

Tints of William #56716A

Color information

#56716A (or 0x56716A) is unknown color: approx William. HEX triplet: 56, 71 and 6A. RGB value is (86,113,106). Sum of RGB (Red+Green+Blue) = 86+113+106=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 113 - color contains mainly: green. Hex color #56716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56716A is #A98E95. Grayscale: #686868. Windows color (decimal): -11112086 or 6975830. OLE color: 6975830.

HSL color Cylindrical-coordinate representation of color #56716A: hue angle of 164.44º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #56716A is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB86113106-
CMYK0.2400.060.56
HSL164.44º13.57%39.02%-
HSV(B)164.44º23.89%44.31%-
XYZ12.3414.8315.85-
YUV104.13129.05115.07-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.20%
GREEN value IS 113 (44.53% from 255) = 37.05%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=28.20%
G=37.05%
B=34.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal861131060.2400.060.56164.4413.5739.02
Hex56716A180638a4e27
Octal1261611523006702441647
Binary101011011100011101010110000110111000101001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56716A; }

 p { color: rgb(86,113,106); }

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

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

 a { background-color: rgb(86,113,106); }

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

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

 span { border-color: rgb(86,113,106); }

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