#56716B

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

Shades of William #56716B

Tints of William #56716B

Color information

#56716B (or 0x56716B) is unknown color: approx William. HEX triplet: 56, 71 and 6B. RGB value is (86,113,107). Sum of RGB (Red+Green+Blue) = 86+113+107=306 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.10% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 107 (42.19% from 255 or 34.97% from 306); Max value from RGB is 113 - color contains mainly: green. Hex color #56716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56716B is #A98E94. Grayscale: #686868. Windows color (decimal): -11112085 or 7041366. OLE color: 7041366.

HSL color Cylindrical-coordinate representation of color #56716B: hue angle of 166.67º 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 #56716B is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB86113107-
CMYK0.2400.050.56
HSL166.67º13.57%39.02%-
HSV(B)166.67º23.89%44.31%-
XYZ12.414.8516.12-
YUV104.24129.55114.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.10%
GREEN value IS 113 (44.53% from 255) = 36.93%
BLUE value IS 107 (42.19% from 255) = 34.97%
R=28.10%
G=36.93%
B=34.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal861131070.2400.050.56166.6713.5739.02
Hex56716B180538a7e27
Octal1261611533005702471647
Binary101011011100011101011110000101111000101001111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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