#56684F

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

Shades of Tom Thumb #56684F

Tints of Tom Thumb #56684F

Color information

#56684F (or 0x56684F) is unknown color: approx Tom Thumb. HEX triplet: 56, 68 and 4F. RGB value is (86,104,79). Sum of RGB (Red+Green+Blue) = 86+104+79=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 104 - color contains mainly: green. Hex color #56684F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56684F is #A997B0. Grayscale: #5F5F5F. Windows color (decimal): -11114417 or 5204054. OLE color: 5204054.

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

Color convert

RGB8610479-
CMYK0.1700.240.59
HSL103.2º13.66%35.88%-
HSV(B)103.2º24.04%40.78%-
XYZ10.212.449.26-
YUV95.77118.54121.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 31.97%
GREEN value IS 104 (41.02% from 255) = 38.66%
BLUE value IS 79 (31.25% from 255) = 29.37%
R=31.97%
G=38.66%
B=29.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86104790.1700.240.59103.213.6635.88
Hex56684F110183B67e24
Octal12615011721030731471644
Binary1010110110100010011111000101100011101111001111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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