#56684E

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

Shades of Tom Thumb #56684E

Tints of Tom Thumb #56684E

Color information

#56684E (or 0x56684E) is unknown color: approx Tom Thumb. HEX triplet: 56, 68 and 4E. RGB value is (86,104,78). Sum of RGB (Red+Green+Blue) = 86+104+78=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 104 - color contains mainly: green. Hex color #56684E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56684E is #A997B1. Grayscale: #5F5F5F. Windows color (decimal): -11114418 or 5138518. OLE color: 5138518.

HSL color Cylindrical-coordinate representation of color #56684E: hue angle of 101.54º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #56684E is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB8610478-
CMYK0.1700.250.59
HSL101.54º14.29%35.69%-
HSV(B)101.54º25%40.78%-
XYZ10.1612.439.07-
YUV95.65118.04121.11-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.09%
GREEN value IS 104 (41.02% from 255) = 38.81%
BLUE value IS 78 (30.86% from 255) = 29.10%
R=32.09%
G=38.81%
B=29.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86104780.1700.250.59101.5414.2935.69
Hex56684E110193B66e24
Octal12615011621031731461644
Binary1010110110100010011101000101100111101111001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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