#56664E

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

Shades of Tom Thumb #56664E

Tints of Tom Thumb #56664E

Color information

#56664E (or 0x56664E) is unknown color: approx Tom Thumb. HEX triplet: 56, 66 and 4E. RGB value is (86,102,78). Sum of RGB (Red+Green+Blue) = 86+102+78=266 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.33% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 78 (30.86% from 255 or 29.32% from 266); Max value from RGB is 102 - color contains mainly: green. Hex color #56664E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56664E is #A999B1. Grayscale: #5E5E5E. Windows color (decimal): -11114930 or 5138006. OLE color: 5138006.

HSL color Cylindrical-coordinate representation of color #56664E: hue angle of 100º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #56664E is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB8610278-
CMYK0.1600.240.6
HSL100º13.33%35.29%-
HSV(B)100º23.53%40%-
XYZ9.9612.039-
YUV94.48118.7121.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.33%
GREEN value IS 102 (40.23% from 255) = 38.35%
BLUE value IS 78 (30.86% from 255) = 29.32%
R=32.33%
G=38.35%
B=29.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal86102780.1600.240.610013.3335.29
Hex56664E100183C64d23
Octal12614611620030741441543
Binary1010110110011010011101000001100011110011001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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