#55694D

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

Shades of Tom Thumb #55694D

Tints of Tom Thumb #55694D

Color information

#55694D (or 0x55694D) is unknown color: approx Tom Thumb. HEX triplet: 55, 69 and 4D. RGB value is (85,105,77). Sum of RGB (Red+Green+Blue) = 85+105+77=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #55694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55694D is #AA96B2. Grayscale: #5F5F5F. Windows color (decimal): -11179699 or 5073237. OLE color: 5073237.

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

Color convert

RGB8510577-
CMYK0.1900.270.59
HSL102.86º15.38%35.69%-
HSV(B)102.86º26.67%41.18%-
XYZ10.1412.578.91-
YUV95.83117.37120.28-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.84%
GREEN value IS 105 (41.41% from 255) = 39.33%
BLUE value IS 77 (30.47% from 255) = 28.84%
R=31.84%
G=39.33%
B=28.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85105770.1900.270.59102.8615.3835.69
Hex55694D1301B3B67f24
Octal12515111523033731471744
Binary1010101110100110011011001101101111101111001111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55694D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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