Html Css Color HEX #56706D William

📋 copy color: '#56706D'

red 86 ◦ green 112 ◦ blue 109

#56706D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of William #56706D

Tints of William #56706D

RGB

 RED value IS 86 (33.98% from 255) = 28.01%

 GREEN value IS 112 (44.14% from 255) = 36.48%

 BLUE value IS 109 (42.97% from 255) = 35.5%

R = 28.01%
G = 36.48%
B = 35.5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#56706D (or 0x56706D) is known color: William. HEX triplet: 56, 70 and 6D. RGB value is (86,112,109). Sum of RGB (Red+Green+Blue) = 86+112+109=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 112 - color contains mainly: green. Hex color #56706D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56706D is #A98F92. Grayscale: #676767. Windows color (decimal): -11112339 or 7172182. OLE color: 7172182.

HSL color Cylindrical-coordinate representation of color #56706D: hue angle of 173.08º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #56706D is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 86 112 109 -
CMYK 0.23 0 0.03 0.56
HSL 173.08º 0.13% 0.39% -
HSV(B) 173.08º 0.23% 0.44% -
XYZ 12.39 14.67 16.65 -
YUV 103.88 130.89 115.24 -
System Red Green Blue C M Y K H S L
Decimal 86 112 109 0.23 0 0.03 0.56 173.08 0.13 0.39
Hex 56 70 6D 17 0 3 38 AD D 27
Octal 126 160 155 27 0 3 70 255 15 47
Binary 1010110 1110000 1101101 10111 0 11 111000 10101101 1101 100111

Color Harmonies of #56706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56706D

Black with #56706D

Text Example


Text Example

White with #56706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56706D; }

 p { color: rgb(86,112,109); }

 H1.HeaderClassName
 {
   color: #56706D;
 }
 .AnyTagClassName
 {
   color: #56706D;
 }
</style>

background-color css

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

 a { background-color: rgb(86,112,109); }

 div.DivClassName
 {
   background-color: #56706D;
 }
 .BgClassName
 {
   background-color: #56706D;
 }
</style>

border-color css

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

 span { border-color: rgb(86,112,109); }

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