#56614F

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

Shades of Tom Thumb #56614F

Tints of Tom Thumb #56614F

Color information

#56614F (or 0x56614F) is unknown color: approx Tom Thumb. HEX triplet: 56, 61 and 4F. RGB value is (86,97,79). Sum of RGB (Red+Green+Blue) = 86+97+79=262 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.82% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 97 - color contains mainly: green. Hex color #56614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56614F is #A99EB0. Grayscale: #5B5B5B. Windows color (decimal): -11116209 or 5202262. OLE color: 5202262.

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

Color convert

RGB869779-
CMYK0.1100.190.62
HSL96.67º10.23%34.51%-
HSV(B)96.67º18.56%38.04%-
XYZ9.5211.099.04-
YUV91.66120.86123.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.82%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 79 (31.25% from 255) = 30.15%
R=32.82%
G=37.02%
B=30.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8697790.1100.190.6296.6710.2334.51
Hex56614FB0133E61a23
Octal12614111713023761411243
Binary101011011000011001111101101001111111011000011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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