#55694B

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

Shades of Tom Thumb #55694B

Tints of Tom Thumb #55694B

Color information

#55694B (or 0x55694B) is unknown color: approx Tom Thumb. HEX triplet: 55, 69 and 4B. RGB value is (85,105,75). Sum of RGB (Red+Green+Blue) = 85+105+75=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 105 - color contains mainly: green. Hex color #55694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55694B is #AA96B4. Grayscale: #5F5F5F. Windows color (decimal): -11179701 or 4942165. OLE color: 4942165.

HSL color Cylindrical-coordinate representation of color #55694B: hue angle of 100º 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 #55694B is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB8510575-
CMYK0.1900.290.59
HSL100º16.67%35.29%-
HSV(B)100º28.57%41.18%-
XYZ10.0712.548.55-
YUV95.6116.37120.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.08%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 75 (29.69% from 255) = 28.30%
R=32.08%
G=39.62%
B=28.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85105750.1900.290.5910016.6735.29
Hex55694B1301D3B641123
Octal12515111323035731442143
Binary10101011101001100101110011011101111011110010010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55694B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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