#55694C

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

Shades of Tom Thumb #55694C

Tints of Tom Thumb #55694C

Color information

#55694C (or 0x55694C) is unknown color: approx Tom Thumb. HEX triplet: 55, 69 and 4C. RGB value is (85,105,76). Sum of RGB (Red+Green+Blue) = 85+105+76=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 76 (30.08% from 255 or 28.57% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #55694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55694C is #AA96B3. Grayscale: #5F5F5F. Windows color (decimal): -11179700 or 5007701. OLE color: 5007701.

HSL color Cylindrical-coordinate representation of color #55694C: hue angle of 101.38º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #55694C is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB8510576-
CMYK0.1900.280.59
HSL101.38º16.02%35.49%-
HSV(B)101.38º27.62%41.18%-
XYZ10.112.568.73-
YUV95.71116.87120.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 105 (41.41% from 255) = 39.47%
BLUE value IS 76 (30.08% from 255) = 28.57%
R=31.95%
G=39.47%
B=28.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85105760.1900.280.59101.3816.0235.49
Hex55694C1301C3B651023
Octal12515111423034731452043
Binary10101011101001100110010011011100111011110010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,105,76); }

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

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

 a { background-color: rgb(85,105,76); }

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

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

 span { border-color: rgb(85,105,76); }

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