#56634C

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

Shades of Tom Thumb #56634C

Tints of Tom Thumb #56634C

Color information

#56634C (or 0x56634C) is unknown color: approx Tom Thumb. HEX triplet: 56, 63 and 4C. RGB value is (86,99,76). Sum of RGB (Red+Green+Blue) = 86+99+76=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 99 - color contains mainly: green. Hex color #56634C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56634C is #A99CB3. Grayscale: #5C5C5C. Windows color (decimal): -11115700 or 5006166. OLE color: 5006166.

HSL color Cylindrical-coordinate representation of color #56634C: hue angle of 93.91º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #56634C is Cyan = 0.13, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB869976-
CMYK0.1300.230.61
HSL93.91º13.14%34.31%-
HSV(B)93.91º23.23%38.82%-
XYZ9.611.428.54-
YUV92.49118.69123.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.95%
GREEN value IS 99 (39.06% from 255) = 37.93%
BLUE value IS 76 (30.08% from 255) = 29.12%
R=32.95%
G=37.93%
B=29.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8699760.1300.230.6193.9113.1434.31
Hex56634CD0173D5ed22
Octal12614311415027751361542
Binary101011011000111001100110101011111110110111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56634C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56634C; }

 p { color: rgb(86,99,76); }

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

<style>
 a { background-color: #56634C; }

 a { background-color: rgb(86,99,76); }

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

<style>
 span { border-color: #56634C; }

 span { border-color: rgb(86,99,76); }

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