#56614E

Color #56614E Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #56614E

Tints of Tom Thumb #56614E

Color information

#56614E (or 0x56614E) is unknown color: approx Tom Thumb. HEX triplet: 56, 61 and 4E. RGB value is (86,97,78). Sum of RGB (Red+Green+Blue) = 86+97+78=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 97 - color contains mainly: green. Hex color #56614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56614E is #A99EB1. Grayscale: #5B5B5B. Windows color (decimal): -11116210 or 5136726. OLE color: 5136726.

HSL color Cylindrical-coordinate representation of color #56614E: hue angle of 94.74º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #56614E is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB869778-
CMYK0.1100.200.62
HSL94.74º10.86%34.31%-
HSV(B)94.74º19.59%38.04%-
XYZ9.4911.088.85-
YUV91.54120.36124.04-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.95%
GREEN value IS 97 (38.28% from 255) = 37.16%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=32.95%
G=37.16%
B=29.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8697780.1100.200.6294.7410.8634.31
Hex56614EB0143E5fb22
Octal12614111613024761371342
Binary101011011000011001110101101010011111010111111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56614E; }

 p { color: rgb(86,97,78); }

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

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

 a { background-color: rgb(86,97,78); }

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

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

 span { border-color: rgb(86,97,78); }

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