#55684A

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

Shades of Tom Thumb #55684A

Tints of Tom Thumb #55684A

Color information

#55684A (or 0x55684A) is unknown color: approx Tom Thumb. HEX triplet: 55, 68 and 4A. RGB value is (85,104,74). Sum of RGB (Red+Green+Blue) = 85+104+74=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 104 - color contains mainly: green. Hex color #55684A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55684A is #AA97B5. Grayscale: #5F5F5F. Windows color (decimal): -11179958 or 4876373. OLE color: 4876373.

HSL color Cylindrical-coordinate representation of color #55684A: hue angle of 98º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55684A is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB8510474-
CMYK0.1800.290.59
HSL98º16.85%34.9%-
HSV(B)98º28.85%40.78%-
XYZ9.9312.338.33-
YUV94.9116.21120.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.32%
GREEN value IS 104 (41.02% from 255) = 39.54%
BLUE value IS 74 (29.30% from 255) = 28.14%
R=32.32%
G=39.54%
B=28.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85104740.1800.290.599816.8534.9
Hex55684A1201D3B621123
Octal12515011222035731422143
Binary10101011101000100101010010011101111011110001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55684A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55684A; }

 p { color: rgb(85,104,74); }

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

<style>
 a { background-color: #55684A; }

 a { background-color: rgb(85,104,74); }

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

<style>
 span { border-color: #55684A; }

 span { border-color: rgb(85,104,74); }

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