Html Css Color HEX #56716B William

📋 copy color: '#56716B'

red 86 ◦ green 113 ◦ blue 107

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

Shades of William #56716B

Tints of William #56716B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 36.93%

 BLUE value IS 107 (42.19% from 255) = 34.97%

R = 28.1%
G = 36.93%
B = 34.97%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#56716B (or 0x56716B) is known color: 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

RGB 86 113 107 -
CMYK 0.24 0 0.05 0.56
HSL 166.67º 0.14% 0.39% -
HSV(B) 166.67º 0.24% 0.44% -
XYZ 12.4 14.85 16.12 -
YUV 104.24 129.55 114.99 -
System Red Green Blue C M Y K H S L
Decimal 86 113 107 0.24 0 0.05 0.56 166.67 0.14 0.39
Hex 56 71 6B 18 0 5 38 A7 E 27
Octal 126 161 153 30 0 5 70 247 16 47
Binary 1010110 1110001 1101011 11000 0 101 111000 10100111 1110 100111

Color Harmonies of #56716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56716B

Black with #56716B

Text Example


Text Example

White with #56716B

Text Example


Text Example

HTML Codes & Css Web 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>