#56634F

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

Shades of Tom Thumb #56634F

Tints of Tom Thumb #56634F

Color information

#56634F (or 0x56634F) is unknown color: approx Tom Thumb. HEX triplet: 56, 63 and 4F. RGB value is (86,99,79). Sum of RGB (Red+Green+Blue) = 86+99+79=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 99 (39.06% from 255 or 37.5% from 264); Blue value is 79 (31.25% from 255 or 29.92% from 264); Max value from RGB is 99 - color contains mainly: green. Hex color #56634F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56634F is #A99CB0. Grayscale: #5C5C5C. Windows color (decimal): -11115697 or 5202774. OLE color: 5202774.

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

Color convert

RGB869979-
CMYK0.1300.200.61
HSL99º11.24%34.9%-
HSV(B)99º20.2%38.82%-
XYZ9.7111.479.1-
YUV92.83120.19123.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 32.58%
GREEN value IS 99 (39.06% from 255) = 37.5%
BLUE value IS 79 (31.25% from 255) = 29.92%
R=32.58%
G=37.5%
B=29.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8699790.1300.200.619911.2434.9
Hex56634FD0143D63b23
Octal12614311715024751431343
Binary101011011000111001111110101010011110111000111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56634F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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