Html Css Color HEX #55644C Tom Thumb

📋 copy color: '#55644C'

red 85 ◦ green 100 ◦ blue 76

#55644C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tom Thumb #55644C

Tints of Tom Thumb #55644C

RGB

 RED value IS 85 (33.59% from 255) = 32.57%

 GREEN value IS 100 (39.45% from 255) = 38.31%

 BLUE value IS 76 (30.08% from 255) = 29.12%

R = 32.57%
G = 38.31%
B = 29.12%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#55644C (or 0x55644C) is known color: Tom Thumb. HEX triplet: 55, 64 and 4C. RGB value is (85,100,76). Sum of RGB (Red+Green+Blue) = 85+100+76=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 100 - color contains mainly: green. Hex color #55644C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55644C is #AA9BB3. Grayscale: #5C5C5C. Windows color (decimal): -11180980 or 5006421. OLE color: 5006421.

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

Color convert

RGB 85 100 76 -
CMYK 0.15 0 0.24 0.61
HSL 97.5º 0.14% 0.35% -
HSV(B) 97.5º 0.24% 0.39% -
XYZ 9.61 11.57 8.56 -
YUV 92.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 85 100 76 0.15 0 0.24 0.61 97.5 0.14 0.35
Hex 55 64 4C F 0 18 3D 62 E 23
Octal 125 144 114 17 0 30 75 142 16 43
Binary 1010101 1100100 1001100 1111 0 11000 111101 1100010 1110 100011

Color Harmonies of #55644C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55644C

Black with #55644C

Text Example


Text Example

White with #55644C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55644C;
 }
 .AnyTagClassName
 {
   color: #55644C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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