#55634D

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

Shades of Tom Thumb #55634D

Tints of Tom Thumb #55634D

Color information

#55634D (or 0x55634D) is unknown color: approx Tom Thumb. HEX triplet: 55, 63 and 4D. RGB value is (85,99,77). Sum of RGB (Red+Green+Blue) = 85+99+77=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 99 - color contains mainly: green. Hex color #55634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55634D is #AA9CB2. Grayscale: #5C5C5C. Windows color (decimal): -11181235 or 5071701. OLE color: 5071701.

HSL color Cylindrical-coordinate representation of color #55634D: hue angle of 98.18º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #55634D is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB859977-
CMYK0.1400.220.61
HSL98.18º12.5%34.51%-
HSV(B)98.18º22.22%38.82%-
XYZ9.5511.398.72-
YUV92.31119.36122.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.57%
GREEN value IS 99 (39.06% from 255) = 37.93%
BLUE value IS 77 (30.47% from 255) = 29.50%
R=32.57%
G=37.93%
B=29.50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8599770.1400.220.6198.1812.534.51
Hex55634DE0163D62d23
Octal12514311516026751421543
Binary101010111000111001101111001011011110111000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55634D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55634D; }

 p { color: rgb(85,99,77); }

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

<style>
 a { background-color: #55634D; }

 a { background-color: rgb(85,99,77); }

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

<style>
 span { border-color: #55634D; }

 span { border-color: rgb(85,99,77); }

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